[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.141 and 1.142

version 1.141, 2015/11/18 14:27:44 version 1.142, 2015/12/08 08:34:18
Line 1480 
Line 1480 
         if (buf == NULL)          if (buf == NULL)
                 return;                  return;
   
         ft = format_create();          ft = format_create(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.141  
changed lines
  Added in v.1.142