[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.30 and 1.31

version 1.30, 2015/12/02 23:09:22 version 1.31, 2015/12/08 08:34:18
Line 101 
Line 101 
                 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();                  ft = format_create(0);
                 format_defaults(ft, cmd_find_client(cmdq, NULL, 1), dst_s, wl,                  format_defaults(ft, cmd_find_client(cmdq, NULL, 1), dst_s, wl,
                     wp);                      wp);
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31