[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.18 and 1.19

version 1.18, 2013/03/22 15:55:22 version 1.19, 2013/03/24 09:27:19
Line 97 
Line 97 
                         template = BREAK_PANE_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, 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.18  
changed lines
  Added in v.1.19