diff --git a/tmux.h b/tmux.h index 7bcd4e2e..61de21ae 100644 --- a/tmux.h +++ b/tmux.h @@ -662,7 +662,7 @@ typedef u_int utf8_char; * characters as well. It can't be more than 32 bytes without changes to how * characters are stored. */ -#define UTF8_SIZE 21 +#define UTF8_SIZE 32 struct utf8_data { u_char data[UTF8_SIZE];