diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-31 10:01:29 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-31 10:01:29 +0100 |
commit | c9cd8f9b5dd030790b097263e7bf1674efabeb72 (patch) | |
tree | 539f12ed41c544f51edcaa44849903de02660ded /spawn.c | |
parent | 588865152a1bb70d77758b68a2869b794aa31dd4 (diff) | |
parent | 3bbd66c0137fe95c348ce333ea7eec9507db7659 (diff) | |
download | rtmux-c9cd8f9b5dd030790b097263e7bf1674efabeb72.tar.gz rtmux-c9cd8f9b5dd030790b097263e7bf1674efabeb72.tar.bz2 rtmux-c9cd8f9b5dd030790b097263e7bf1674efabeb72.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'spawn.c')
-rw-r--r-- | spawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |