aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-21 12:01:35 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-21 12:01:35 +0100
commit2cbca7ce16f5831f1693bfc261115842766c4fb2 (patch)
treeae284a882f5ec68a49e1eceb1696dd134024881b /tty.c
parent985bc0ee4a4473af4472e518dbccfab5d3f41a4e (diff)
parentbd91015b1398bd986644657618aef38794c5dc1f (diff)
downloadrtmux-2cbca7ce16f5831f1693bfc261115842766c4fb2.tar.gz
rtmux-2cbca7ce16f5831f1693bfc261115842766c4fb2.tar.bz2
rtmux-2cbca7ce16f5831f1693bfc261115842766c4fb2.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-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;
}