[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.211 and 1.212

version 1.211, 2018/08/02 18:35:21 version 1.212, 2018/08/05 08:59:30
Line 894 
Line 894 
         char            *argv0, *cmd, **argvp;          char            *argv0, *cmd, **argvp;
         const char      *ptr, *first, *home;          const char      *ptr, *first, *home;
         struct termios   tio2;          struct termios   tio2;
         int              i;  
         sigset_t         set, oldset;          sigset_t         set, oldset;
   
         if (wp->fd != -1) {          if (wp->fd != -1) {

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212