summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
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);