mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
3898d4e7c8
@ -1765,6 +1765,7 @@ server_client_check_redraw(struct client *c)
|
||||
redraw = 1;
|
||||
else if (c->flags & CLIENT_REDRAWPANES)
|
||||
redraw = !!(c->redraw_panes & (1 << bit));
|
||||
bit++;
|
||||
if (!redraw)
|
||||
continue;
|
||||
log_debug("%s: redrawing pane %%%u", __func__, wp->id);
|
||||
|
Loading…
Reference in New Issue
Block a user