[BACK]Return to window-copy.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-copy.c between version 1.164 and 1.165

version 1.164, 2017/01/07 15:28:13 version 1.165, 2017/02/03 11:57:28
Line 1611 
Line 1611 
         if (buf == NULL)          if (buf == NULL)
                 return;                  return;
   
         ft = format_create(NULL, 0);          ft = format_create(NULL, FORMAT_NONE, 0);
         format_defaults(ft, NULL, sess, NULL, wp);          format_defaults(ft, NULL, sess, NULL, wp);
         expanded = format_expand(ft, arg);          expanded = format_expand(ft, arg);
   

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165