[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.28 and 1.29

version 1.28, 2012/01/31 15:52:21 version 1.29, 2012/03/03 08:31:18
Line 113 
Line 113 
         if (*shell == '\0' || areshell(shell))          if (*shell == '\0' || areshell(shell))
                 shell = _PATH_BSHELL;                  shell = _PATH_BSHELL;
   
         if ((lc = layout_split_pane(wp, type, size)) == NULL) {          if ((lc = layout_split_pane(wp, type, size, 0)) == NULL) {
                 cause = xstrdup("pane too small");                  cause = xstrdup("pane too small");
                 goto error;                  goto error;
         }          }

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