Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-07-10 12:01:12 +01:00
8 changed files with 73 additions and 29 deletions

View File

@ -113,6 +113,7 @@ spawn_window(struct spawn_context *sc, char **cause)
window_pane_resize(sc->wp0, w->sx, w->sy);
layout_init(w, sc->wp0);
w->active = NULL;
window_set_active_pane(w, sc->wp0, 0);
}