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

View File

@ -369,7 +369,7 @@ const struct options_table_entry options_table[] = {
.minimum = INPUT_BUF_DEFAULT_SIZE,
.maximum = UINT_MAX,
.default_num = INPUT_BUF_DEFAULT_SIZE,
.text = "Number of byte accpted in a single input before dropping."
.text = "Number of bytes accepted in a single input before dropping."
},
{ .name = "menu-style",

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];