mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Typo, from someone in GitHub issue 4511.
This commit is contained in:
@ -370,7 +370,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
.minimum = INPUT_BUF_DEFAULT_SIZE,
|
.minimum = INPUT_BUF_DEFAULT_SIZE,
|
||||||
.maximum = UINT_MAX,
|
.maximum = UINT_MAX,
|
||||||
.default_num = INPUT_BUF_DEFAULT_SIZE,
|
.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",
|
{ .name = "menu-style",
|
||||||
|
Reference in New Issue
Block a user