[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.16 and 1.17

version 1.16, 2012/07/11 07:10:15 version 1.17, 2012/08/14 08:51:53
Line 95 
Line 95 
         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 = DEFAULT_PANE_INFO_TEMPLATE;                          template = BREAK_PANE_TEMPLATE;
   
                 ft = format_create();                  ft = format_create();
                 if ((c = cmd_find_client(ctx, NULL)) != NULL)                  if ((c = cmd_find_client(ctx, NULL)) != NULL)

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