diff options
author | nicm <nicm> | 2020-04-21 06:32:40 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-21 06:32:40 +0000 |
commit | d0b8f5340eb17e76769699caafdb0bd87bcf816b (patch) | |
tree | 7a7a8a08510481f443cba293c91d3498a41d0bb7 | |
parent | 1cabccbb2b4ebad012f2109d07f5f5b224d5a45e (diff) | |
download | rtmux-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |