diff options
Diffstat (limited to 'spawn.c')
-rw-r--r-- | spawn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |