[BACK]Return to session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/session.c between version 1.66 and 1.67

version 1.66, 2016/10/15 00:12:58 version 1.67, 2016/10/15 09:27:52
Line 349 
Line 349 
                 shell = _PATH_BSHELL;                  shell = _PATH_BSHELL;
   
         hlimit = options_get_number(s->options, "history-limit");          hlimit = options_get_number(s->options, "history-limit");
         w = window_create(name, argc, argv, path, shell, cwd, env, s->tio,          w = window_create_spawn(name, argc, argv, path, shell, cwd, env, s->tio,
             s->sx, s->sy, hlimit, cause);              s->sx, s->sy, hlimit, cause);
         if (w == NULL) {          if (w == NULL) {
                 winlink_remove(&s->windows, wl);                  winlink_remove(&s->windows, wl);

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67