aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-17 14:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2020-03-17 14:01:25 +0000
commit5717633cf52fca85ea1ab9951c2839ad443ffb2b (patch)
tree4fe7f146d2924966564f26184ec66f091dec6449 /tty.c
parent0610f66fa9c8e5ac46e796a2dbc89bb1b369d84f (diff)
parent1ddc128860597bdded53a60c074596a4d39cc153 (diff)
downloadrtmux-5717633cf52fca85ea1ab9951c2839ad443ffb2b.tar.gz
rtmux-5717633cf52fca85ea1ab9951c2839ad443ffb2b.tar.bz2
rtmux-5717633cf52fca85ea1ab9951c2839ad443ffb2b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tty.c b/tty.c
index ef66ebbb..862a1266 100644
--- a/tty.c
+++ b/tty.c
@@ -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) {