diff options
author | nicm <nicm> | 2021-08-05 09:43:51 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-05 09:43:51 +0000 |
commit | 93cc8df6929e0a7c63ce2f0403276a064c290adb (patch) | |
tree | 04dc34eea75b822507c9e5b6b508230eab22a0e8 /popup.c | |
parent | 42490f4750bb6f39c08908e8e7a3b85022a077af (diff) | |
download | rtmux-93cc8df6929e0a7c63ce2f0403276a064c290adb.tar.gz rtmux-93cc8df6929e0a7c63ce2f0403276a064c290adb.tar.bz2 rtmux-93cc8df6929e0a7c63ce2f0403276a064c290adb.zip |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |