Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-09-19 12:01:30 +01:00
11 changed files with 148 additions and 78 deletions

View File

@ -162,6 +162,7 @@ spawn_window(struct spawn_context *sc, char **cause)
if (s->curw == NULL)
s->curw = sc->wl;
sc->wl->session = s;
w->latest = sc->c;
winlink_set_window(sc->wl, w);
} else
w = NULL;