[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.1 and 1.2

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/06/25 06:48:23
Line 141 
Line 141 
         struct window_pane              *wp;          struct window_pane              *wp;
         const char                     **env;          const char                     **env;
         char                            *cmd, *cwd, *cause;          char                            *cmd, *cwd, *cause;
         u_int                            hlimit, lines;          u_int                            hlimit;
           int                              lines;
   
         if ((wl = cmd_find_window(ctx, data->target, &s)) == NULL)          if ((wl = cmd_find_window(ctx, data->target, &s)) == NULL)
                 return (-1);                  return (-1);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2