mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Do not freeze output in panes when a popup is open, let them continue to
redraw. From Anindya Mukherjee .
This commit is contained in:
@ -117,7 +117,8 @@ server_client_set_overlay(struct client *c, u_int delay,
|
||||
c->overlay_resize = resizecb;
|
||||
c->overlay_data = data;
|
||||
|
||||
c->tty.flags |= TTY_FREEZE;
|
||||
if (c->overlay_check == NULL)
|
||||
c->tty.flags |= TTY_FREEZE;
|
||||
if (c->overlay_mode == NULL)
|
||||
c->tty.flags |= TTY_NOCURSOR;
|
||||
server_redraw_client(c);
|
||||
|
Reference in New Issue
Block a user