[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.11 and 1.12

version 1.11, 2009/09/01 13:09:49 version 1.12, 2009/09/16 12:35:04
Line 190 
Line 190 
                 shell = _PATH_BSHELL;                  shell = _PATH_BSHELL;
   
         wp = window_add_pane(w, hlimit);          wp = window_add_pane(w, hlimit);
         if (window_pane_spawn(wp, cmd, shell, cwd, &env, &s->tio, &cause) != 0)          if (window_pane_spawn(wp, cmd, shell, cwd, &env, s->tio, &cause) != 0)
                 goto error;                  goto error;
         if (layout_split_pane(w->active, type, size, wp) != 0) {          if (layout_split_pane(w->active, type, size, wp) != 0) {
                 cause = xstrdup("pane too small");                  cause = xstrdup("pane too small");

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12