diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-21 12:01:35 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-21 12:01:35 +0100 |
commit | 2cbca7ce16f5831f1693bfc261115842766c4fb2 (patch) | |
tree | ae284a882f5ec68a49e1eceb1696dd134024881b /tty.c | |
parent | 985bc0ee4a4473af4472e518dbccfab5d3f41a4e (diff) | |
parent | bd91015b1398bd986644657618aef38794c5dc1f (diff) | |
download | rtmux-2cbca7ce16f5831f1693bfc261115842766c4fb2.tar.gz rtmux-2cbca7ce16f5831f1693bfc261115842766c4fb2.tar.bz2 rtmux-2cbca7ce16f5831f1693bfc261115842766c4fb2.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-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; } |