summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authornicm <nicm>2021-08-05 09:43:51 +0000
committernicm <nicm>2021-08-05 09:43:51 +0000
commit93cc8df6929e0a7c63ce2f0403276a064c290adb (patch)
tree04dc34eea75b822507c9e5b6b508230eab22a0e8 /popup.c
parent42490f4750bb6f39c08908e8e7a3b85022a077af (diff)
Do not freeze output in panes when a popup is open, let them continue to
redraw. From Anindya Mukherjee .
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c4
1 files changed, 0 insertions, 4 deletions
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);