mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Merge branch 'obsd-master'
This commit is contained in:
3
spawn.c
3
spawn.c
@ -253,7 +253,8 @@ spawn_pane(struct spawn_context *sc, char **cause)
|
||||
}
|
||||
window_pane_reset_mode_all(sc->wp0);
|
||||
screen_reinit(&sc->wp0->base);
|
||||
input_init(sc->wp0);
|
||||
input_free(sc->wp0->ictx);
|
||||
sc->wp0->ictx = input_init(sc->wp0);
|
||||
new_wp = sc->wp0;
|
||||
new_wp->flags &= ~(PANE_STATUSREADY|PANE_STATUSDRAWN);
|
||||
} else if (sc->lc == NULL) {
|
||||
|
Reference in New Issue
Block a user