[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.55 and 1.56

version 1.55, 2015/02/05 10:29:43 version 1.56, 2015/02/05 10:32:39
Line 59 
Line 59 
         int                      argc, size, percentage, cwd, fd = -1;          int                      argc, size, percentage, cwd, fd = -1;
         enum layout_type         type;          enum layout_type         type;
         struct layout_cell      *lc;          struct layout_cell      *lc;
         struct client           *c;  
         struct format_tree      *ft;          struct format_tree      *ft;
         struct environ_entry    *envent;          struct environ_entry    *envent;
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56