Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-05-22 12:01:07 +01:00
2 changed files with 2 additions and 2 deletions

2
tmux.h
View File

@ -671,7 +671,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];