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

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

version 1.26, 2011/12/09 16:28:18 version 1.27, 2012/01/20 19:54:07
Line 58 
Line 58 
         struct window           *w;          struct window           *w;
         struct window_pane      *wp, *new_wp = NULL;          struct window_pane      *wp, *new_wp = NULL;
         struct environ           env;          struct environ           env;
         char                    *cmd, *cwd, *cause, *new_cause;          const char              *cmd, *cwd, *shell;
         const char              *shell;          char                    *cause, *new_cause;
         u_int                    hlimit, paneidx;          u_int                    hlimit, paneidx;
         int                      size, percentage;          int                      size, percentage;
         enum layout_type         type;          enum layout_type         type;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27