[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.8 and 1.9

version 1.8, 2019/09/19 09:02:30 version 1.9, 2019/09/23 15:41:11
Line 155 
Line 155 
                         xasprintf(cause, "couldn't add window %d", idx);                          xasprintf(cause, "couldn't add window %d", idx);
                         return (NULL);                          return (NULL);
                 }                  }
                 default_window_size(s, NULL, &sx, &sy, -1);                  default_window_size(sc->c, s, NULL, &sx, &sy, -1);
                 if ((w = window_create(sx, sy)) == NULL) {                  if ((w = window_create(sx, sy)) == NULL) {
                         winlink_remove(&s->windows, sc->wl);                          winlink_remove(&s->windows, sc->wl);
                         xasprintf(cause, "couldn't create window %d", idx);                          xasprintf(cause, "couldn't create window %d", idx);

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