aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-16 14:25:35 +0000
committernicm <nicm>2020-04-16 14:25:35 +0000
commit5ec80bd249a37147207ec2ef420086336ccf78a8 (patch)
tree28707a55749d2d2c7cf7397c379c7376540cb8ea /tmux.h
parent4744aa43af47815a9c4c110cceb3959b1662e54b (diff)
downloadrtmux-5ec80bd249a37147207ec2ef420086336ccf78a8.tar.gz
rtmux-5ec80bd249a37147207ec2ef420086336ccf78a8.tar.bz2
rtmux-5ec80bd249a37147207ec2ef420086336ccf78a8.zip
Move the UTF-8 flag to terminal flags.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index dbf3244f..58840108 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1183,6 +1183,7 @@ struct tty_term {
#define TERM_DECFRA 0x8
#define TERM_RGBCOLOURS 0x10
#define TERM_SYNC 0x20
+#define TERM_UTF8 0x40
int flags;
LIST_ENTRY(tty_term) entry;
@@ -1235,7 +1236,7 @@ struct tty {
#define TTY_NOCURSOR 0x1
#define TTY_FREEZE 0x2
#define TTY_TIMER 0x4
-#define TTY_UTF8 0x8
+/* 0x8 unused */
#define TTY_STARTED 0x10
#define TTY_OPENED 0x20
#define TTY_FOCUS 0x40