aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-10 11:41:07 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-10 11:41:07 +0100
commita3685486454051d26c820db4ea4cdfc094172c1c (patch)
tree5cd06a20a767d2350c7ffa8c5bf1c8190878195d /tmux.h
parent13fe06a459f8dd62f9c3ee394e65a0fa7b1ee029 (diff)
parent87e87030fe8b5d7f25404e21f4dfdf1dfe7fa632 (diff)
downloadrtmux-a3685486454051d26c820db4ea4cdfc094172c1c.tar.gz
rtmux-a3685486454051d26c820db4ea4cdfc094172c1c.tar.bz2
rtmux-a3685486454051d26c820db4ea4cdfc094172c1c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index aad11ffe..77285a8d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -515,10 +515,11 @@ struct msg_stderr_data {
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
/*
- * A single UTF-8 character. UTF8_SIZE must be big enough to hold at least one
- * combining character as well.
+ * A single UTF-8 character. UTF8_SIZE must be big enough to hold
+ * combining characters as well, currently at most five (of three
+ * bytes) are supported.
*/
-#define UTF8_SIZE 9
+#define UTF8_SIZE 18
struct utf8_data {
u_char data[UTF8_SIZE];