mirror of
https://github.com/tmux/tmux.git
synced 2024-11-01 07:08:49 +00:00
Bump up the maximum for repeat-time (some people want it to be
effectively infinite).
This commit is contained in:
parent
df303770ea
commit
354926a956
@ -577,7 +577,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
.type = OPTIONS_TABLE_NUMBER,
|
.type = OPTIONS_TABLE_NUMBER,
|
||||||
.scope = OPTIONS_TABLE_SESSION,
|
.scope = OPTIONS_TABLE_SESSION,
|
||||||
.minimum = 0,
|
.minimum = 0,
|
||||||
.maximum = 10000,
|
.maximum = 2000000,
|
||||||
.default_num = 0,
|
.default_num = 0,
|
||||||
.unit = "milliseconds",
|
.unit = "milliseconds",
|
||||||
.text = "Time to wait for a key binding to repeat the first time the "
|
.text = "Time to wait for a key binding to repeat the first time the "
|
||||||
@ -672,7 +672,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
.type = OPTIONS_TABLE_NUMBER,
|
.type = OPTIONS_TABLE_NUMBER,
|
||||||
.scope = OPTIONS_TABLE_SESSION,
|
.scope = OPTIONS_TABLE_SESSION,
|
||||||
.minimum = 0,
|
.minimum = 0,
|
||||||
.maximum = 10000,
|
.maximum = 2000000,
|
||||||
.default_num = 500,
|
.default_num = 500,
|
||||||
.unit = "milliseconds",
|
.unit = "milliseconds",
|
||||||
.text = "Time to wait for a key binding to repeat, if it is bound "
|
.text = "Time to wait for a key binding to repeat, if it is bound "
|
||||||
|
Loading…
Reference in New Issue
Block a user