[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.142 and 1.143

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