[BACK]Return to cmd-break-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-break-pane.c between version 1.41 and 1.42

version 1.41, 2017/01/29 22:10:55 version 1.42, 2017/02/03 11:57:27
Line 107 
Line 107 
                 if ((template = args_get(args, 'F')) == NULL)                  if ((template = args_get(args, 'F')) == NULL)
                         template = BREAK_PANE_TEMPLATE;                          template = BREAK_PANE_TEMPLATE;
   
                 ft = format_create(item, 0);                  ft = format_create(item, FORMAT_NONE, 0);
                 format_defaults(ft, item->state.c, dst_s, wl, wp);                  format_defaults(ft, item->state.c, dst_s, wl, wp);
   
                 cp = format_expand(ft, template);                  cp = format_expand(ft, template);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42