aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-11 10:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-11 10:01:20 +0100
commit7a06b92061b6ade8fae57a0c60435deb07e56855 (patch)
tree26176a788b25b36527ad1ad7f8aa28e64e3a362e /tty.c
parent705411ea5cccf4607af9424e70a153f397d1fab6 (diff)
parentf6755c6f2c6fd10a90984fadad4c9ac4a8a92027 (diff)
downloadrtmux-7a06b92061b6ade8fae57a0c60435deb07e56855.tar.gz
rtmux-7a06b92061b6ade8fae57a0c60435deb07e56855.tar.bz2
rtmux-7a06b92061b6ade8fae57a0c60435deb07e56855.zip
Merge branch 'obsd-master' into 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 cb0fdec0..61b38eec 100644
--- a/tty.c
+++ b/tty.c
@@ -2041,6 +2041,7 @@ tty_set_selection(struct tty *tty, const char *buf, size_t len)
b64_ntop(buf, len, encoded, size);
tty_putcode_ptr2(tty, TTYC_MS, "", encoded);
+ tty->client->redraw = EVBUFFER_LENGTH(tty->out);
free(encoded);
}