aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-05-22 18:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2020-05-22 18:01:20 +0100
commite71c5efd58b5160864ce851a4cbc93e5fde93685 (patch)
tree1b98976505c7babd5d81748b98d7371f432a73e9 /tty.c
parent2ac6cc2633cf61211b31462f372e16f15d9bf2d6 (diff)
parent033d6472cb71e82be75aae6682031ef3b711226a (diff)
downloadrtmux-e71c5efd58b5160864ce851a4cbc93e5fde93685.tar.gz
rtmux-e71c5efd58b5160864ce851a4cbc93e5fde93685.tar.bz2
rtmux-e71c5efd58b5160864ce851a4cbc93e5fde93685.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 770c8b78..d330cbc0 100644
--- a/tty.c
+++ b/tty.c
@@ -467,7 +467,7 @@ tty_update_features(struct tty *tty)
if (options_get_number(global_options, "extended-keys"))
tty_puts(tty, tty_term_string(tty->term, TTYC_ENEKS));
if (options_get_number(global_options, "focus-events"))
- tty_raw(tty, tty_term_string(tty->term, TTYC_ENFCS));
+ tty_puts(tty, tty_term_string(tty->term, TTYC_ENFCS));
if (tty->term->flags & TERM_VT100LIKE)
tty_puts(tty, "\033[?7727h");
}