summaryrefslogtreecommitdiffstats
path: root/spawn.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-31 10:01:29 +0100
committerThomas Adam <thomas@xteddy.org>2020-03-31 10:01:29 +0100
commitc9cd8f9b5dd030790b097263e7bf1674efabeb72 (patch)
tree539f12ed41c544f51edcaa44849903de02660ded /spawn.c
parent588865152a1bb70d77758b68a2869b794aa31dd4 (diff)
parent3bbd66c0137fe95c348ce333ea7eec9507db7659 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'spawn.c')
-rw-r--r--spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spawn.c b/spawn.c
index 08bcfe87..aaabe0ab 100644
--- a/spawn.c
+++ b/spawn.c
@@ -254,7 +254,7 @@ spawn_pane(struct spawn_context *sc, char **cause)
window_pane_reset_mode_all(sc->wp0);
screen_reinit(&sc->wp0->base);
input_free(sc->wp0->ictx);
- sc->wp0->ictx = input_init(sc->wp0);
+ sc->wp0->ictx = NULL;
new_wp = sc->wp0;
new_wp->flags &= ~(PANE_STATUSREADY|PANE_STATUSDRAWN);
} else if (sc->lc == NULL) {