Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2020-03-17 14:01:25 +00:00
commit 5717633cf5
1 changed files with 0 additions and 2 deletions

2
tty.c
View File

@ -668,8 +668,6 @@ tty_update_mode(struct tty *tty, int mode, struct screen *s)
mode &= ~MODE_CURSOR;
changed = mode ^ tty->mode;
if (changed == 0)
return;
log_debug("%s: update mode %x to %x", c->name, tty->mode, mode);
if (changed & MODE_BLINKING) {