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

Diff for /src/usr.bin/tmux/cmd-new-window.c between version 1.26 and 1.27

version 1.26, 2012/07/11 07:10:15 version 1.27, 2012/08/14 08:51:53
Line 123 
Line 123 
   
         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 = NEW_WINDOW_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.26  
changed lines
  Added in v.1.27