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 /server-client.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 'server-client.c')
-rw-r--r-- | server-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c index 8bdc2eb3..7360f153 100644 --- a/server-client.c +++ b/server-client.c @@ -2058,7 +2058,7 @@ server_client_dispatch_identify(struct client *c, struct imsg *imsg) c->fd = -1; } else { if (c->flags & CLIENT_UTF8) - c->tty.flags |= TTY_UTF8; + c->tty.term_flags |= TERM_UTF8; if (c->flags & CLIENT_256COLOURS) c->tty.term_flags |= TERM_256COLOURS; tty_resize(&c->tty); |