mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -148,10 +148,10 @@ screen_write_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
|
||||
|
||||
if (wp->flags & (PANE_REDRAW|PANE_DROP))
|
||||
return (-1);
|
||||
if (c->flags & CLIENT_REDRAWPANES) {
|
||||
if (c->flags & CLIENT_REDRAWWINDOW) {
|
||||
/*
|
||||
* Redraw is already deferred to redraw another pane - redraw
|
||||
* this one also when that happens.
|
||||
* Redraw is already deferred to redraw the window - redraw this
|
||||
* one also when that happens.
|
||||
*/
|
||||
log_debug("%s: adding %%%u to deferred redraw", __func__,
|
||||
wp->id);
|
||||
|
||||
Reference in New Issue
Block a user