summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-05 12:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-05 12:01:19 +0100
commite3fa6cd96ceddb13be9e82e223123dc7f8a77f33 (patch)
tree8cfa561df3b58f37f8261a97e2ee955f6da5a78d /popup.c
parent4b88872c85835fc11210eed5e6f2291d3736b478 (diff)
parent93cc8df6929e0a7c63ce2f0403276a064c290adb (diff)
Merge branch 'obsd-master' into master
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 e5f92bad..7fa0d2f7 100644
--- a/popup.c
+++ b/popup.c
@@ -338,11 +338,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);