aboutsummaryrefslogtreecommitdiff
path: root/tty-acs.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-20 17:42:29 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-20 17:42:29 +0100
commitc706aadf52f746b695aed34297ad0a910d74eb1b (patch)
tree43d08451081e1d8efbc14f784453b4369f0d5821 /tty-acs.c
parent3898d4e7c872a20d9bb22b44fd3449d21281a931 (diff)
parent135bb1edeeab3faae8001100aa7c173be9aa91e1 (diff)
downloadrtmux-c706aadf52f746b695aed34297ad0a910d74eb1b.tar.gz
rtmux-c706aadf52f746b695aed34297ad0a910d74eb1b.tar.bz2
rtmux-c706aadf52f746b695aed34297ad0a910d74eb1b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty-acs.c')
-rw-r--r--tty-acs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-acs.c b/tty-acs.c
index f5352d3e..3e811103 100644
--- a/tty-acs.c
+++ b/tty-acs.c
@@ -99,7 +99,7 @@ tty_acs_needed(struct tty *tty)
tty_term_number(tty->term, TTYC_U8) == 0)
return (1);
- if (tty_get_flags(tty) & TERM_UTF8)
+ if (tty->client->flags & CLIENT_UTF8)
return (0);
return (1);
}