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

Diff for /src/usr.bin/tmux/spawn.c between version 1.7 and 1.8

version 1.7, 2019/09/18 11:37:58 version 1.8, 2019/09/19 09:02:30
Line 164 
Line 164 
                 if (s->curw == NULL)                  if (s->curw == NULL)
                         s->curw = sc->wl;                          s->curw = sc->wl;
                 sc->wl->session = s;                  sc->wl->session = s;
                   w->latest = sc->c;
                 winlink_set_window(sc->wl, w);                  winlink_set_window(sc->wl, w);
         } else          } else
                 w = NULL;                  w = NULL;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8