[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.4 and 1.5

version 1.4, 2019/05/25 06:58:10 version 1.5, 2019/05/27 12:48:52
Line 161 
Line 161 
                         xasprintf(cause, "couldn't create window %d", idx);                          xasprintf(cause, "couldn't create window %d", idx);
                         return (NULL);                          return (NULL);
                 }                  }
                   if (s->curw == NULL)
                           s->curw = sc->wl;
                 sc->wl->session = s;                  sc->wl->session = s;
                 winlink_set_window(sc->wl, w);                  winlink_set_window(sc->wl, w);
         } else          } else

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5