From 31e3f2d530090793815d145a16a1ce3b469c4266 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 21 May 2020 07:24:13 +0000 Subject: Support code for control mode flow control: allow clients to have separate offsets (used and acknowleged) into the pane buffers; turn off reading from panes when no clients can accept the data; and add a -A flag to refresh-client to let clients turn receiving a pane on and off. --- spawn.c | 1 - 1 file changed, 1 deletion(-) (limited to 'spawn.c') diff --git a/spawn.c b/spawn.c index 01f19097..d5b52ffa 100644 --- a/spawn.c +++ b/spawn.c @@ -439,7 +439,6 @@ spawn_pane(struct spawn_context *sc, char **cause) _exit(1); complete: - new_wp->pipe_off = 0; new_wp->flags &= ~PANE_EXITED; sigprocmask(SIG_SETMASK, &oldset, NULL); -- cgit