aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2020-04-21 06:32:40 +0000
committernicm <nicm>2020-04-21 06:32:40 +0000
commitd0b8f5340eb17e76769699caafdb0bd87bcf816b (patch)
tree7a7a8a08510481f443cba293c91d3498a41d0bb7
parent1cabccbb2b4ebad012f2109d07f5f5b224d5a45e (diff)
downloadrtmux-d0b8f5340eb17e76769699caafdb0bd87bcf816b.tar.gz
rtmux-d0b8f5340eb17e76769699caafdb0bd87bcf816b.tar.bz2
rtmux-d0b8f5340eb17e76769699caafdb0bd87bcf816b.zip
Do not clear client pane redraw flags until the redraw actually happens.
-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;
}