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

Diff for /src/usr.bin/tmux/window.c between version 1.201 and 1.202

version 1.201, 2017/07/03 12:38:50 version 1.202, 2017/07/12 09:24:17
Line 943 
Line 943 
                 environ_set(env, "TMUX_PANE", "%%%u", wp->id);                  environ_set(env, "TMUX_PANE", "%%%u", wp->id);
                 environ_push(env);                  environ_push(env);
   
                 clear_signals(1);                  proc_clear_signals(server_proc);
                 log_close();                  log_close();
   
                 setenv("SHELL", wp->shell, 1);                  setenv("SHELL", wp->shell, 1);

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202