Merge branch 'obsd-master' into master

pull/2824/head
Thomas Adam 2021-08-11 10:01:20 +01:00
commit 7a06b92061
1 changed files with 1 additions and 0 deletions

1
tty.c
View File

@ -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);
}