aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty.c b/tty.c
index 556931da..98a557b5 100644
--- a/tty.c
+++ b/tty.c
@@ -1491,6 +1491,7 @@ tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *),
* Redraw is already deferred to redraw another pane -
* redraw this one also when that happens.
*/
+ log_debug("adding %%%u to deferred redraw", wp->id);
wp->flags |= PANE_REDRAW;
break;
}