mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Since buffers are now global, bump the default buffer-limit a bit higher
to 20 rather than 9.
This commit is contained in:
parent
0a09d04e1b
commit
48a1169f4e
@ -55,7 +55,7 @@ const struct options_table_entry server_options_table[] = {
|
|||||||
.type = OPTIONS_TABLE_NUMBER,
|
.type = OPTIONS_TABLE_NUMBER,
|
||||||
.minimum = 1,
|
.minimum = 1,
|
||||||
.maximum = INT_MAX,
|
.maximum = INT_MAX,
|
||||||
.default_num = 9
|
.default_num = 20
|
||||||
},
|
},
|
||||||
|
|
||||||
{ .name = "escape-time",
|
{ .name = "escape-time",
|
||||||
|
Loading…
Reference in New Issue
Block a user