diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-05 12:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-05 12:01:19 +0100 |
commit | e3fa6cd96ceddb13be9e82e223123dc7f8a77f33 (patch) | |
tree | 8cfa561df3b58f37f8261a97e2ee955f6da5a78d /popup.c | |
parent | 4b88872c85835fc11210eed5e6f2291d3736b478 (diff) | |
parent | 93cc8df6929e0a7c63ce2f0403276a064c290adb (diff) | |
download | rtmux-e3fa6cd96ceddb13be9e82e223123dc7f8a77f33.tar.gz rtmux-e3fa6cd96ceddb13be9e82e223123dc7f8a77f33.tar.bz2 rtmux-e3fa6cd96ceddb13be9e82e223123dc7f8a77f33.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'popup.c')
-rw-r--r-- | popup.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |