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:
@ -636,7 +636,7 @@ screen_redraw_pane(struct client *c, struct window_pane *wp)
|
||||
{
|
||||
struct screen_redraw_ctx ctx;
|
||||
|
||||
if (c->overlay_draw != NULL || !window_pane_visible(wp))
|
||||
if (!window_pane_visible(wp))
|
||||
return;
|
||||
|
||||
screen_redraw_set_context(c, &ctx);
|
||||
|
Reference in New Issue
Block a user