[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.29 and 1.30

version 1.29, 2012/12/09 23:17:35 version 1.30, 2013/03/24 09:27:20
Line 126 
Line 126 
                         template = NEW_WINDOW_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, 1)) != NULL)
                     format_client(ft, c);                      format_client(ft, c);
                 format_session(ft, s);                  format_session(ft, s);
                 format_winlink(ft, s, wl);                  format_winlink(ft, s, wl);

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