diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-16 16:01:35 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-16 16:01:35 +0100 |
commit | 5e38d262579662f33570c520b6661e15c215f702 (patch) | |
tree | 99b52461946c4a128d6a475f81ae0d4a8ce022c7 /tty-acs.c | |
parent | b3cadf826034ec356d0bf3dda26b7699bff4649c (diff) | |
parent | 5ec80bd249a37147207ec2ef420086336ccf78a8 (diff) | |
download | rtmux-5e38d262579662f33570c520b6661e15c215f702.tar.gz rtmux-5e38d262579662f33570c520b6661e15c215f702.tar.bz2 rtmux-5e38d262579662f33570c520b6661e15c215f702.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty-acs.c')
-rw-r--r-- | tty-acs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ tty_acs_needed(struct tty *tty) tty_term_number(tty->term, TTYC_U8) == 0) return (1); - if (tty->flags & TTY_UTF8) + if (tty_get_flags(tty) & TERM_UTF8) return (0); return (1); } |