From 93cc8df6929e0a7c63ce2f0403276a064c290adb Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 5 Aug 2021 09:43:51 +0000 Subject: Do not freeze output in panes when a popup is open, let them continue to redraw. From Anindya Mukherjee . --- popup.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'popup.c') diff --git a/popup.c b/popup.c index dfad082b..dbddc66e 100644 --- a/popup.c +++ b/popup.c @@ -339,11 +339,7 @@ popup_job_update_cb(struct job *job) return; c->overlay_check = NULL; - c->tty.flags &= ~TTY_FREEZE; - input_parse_screen(pd->ictx, s, popup_init_ctx_cb, pd, data, size); - - c->tty.flags |= TTY_FREEZE; c->overlay_check = popup_check_cb; evbuffer_drain(evb, size); -- cgit v1.2.3