[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.17 and 1.18

version 1.17, 2012/08/14 08:51:53 version 1.18, 2013/03/22 15:55:22
Line 93 
Line 93 
         server_status_session_group(s);          server_status_session_group(s);
   
         if (args_has(args, 'P')) {          if (args_has(args, 'P')) {
   
                 if ((template = args_get(args, 'F')) == NULL)                  if ((template = args_get(args, 'F')) == NULL)
                         template = BREAK_PANE_TEMPLATE;                          template = BREAK_PANE_TEMPLATE;
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18