mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 08:33:17 +01:00
Sync OpenBSD patchset 1073:
50 is a too low trigger default on larger terminals, bump to 250.
This commit is contained in:
parent
f9f6eea444
commit
8ff20a5c6d
@ -467,7 +467,7 @@ const struct options_table_entry window_options_table[] = {
|
|||||||
|
|
||||||
{ .name = "c0-change-trigger",
|
{ .name = "c0-change-trigger",
|
||||||
.type = OPTIONS_TABLE_NUMBER,
|
.type = OPTIONS_TABLE_NUMBER,
|
||||||
.default_num = 50,
|
.default_num = 250,
|
||||||
.minimum = 0,
|
.minimum = 0,
|
||||||
.maximum = USHRT_MAX
|
.maximum = USHRT_MAX
|
||||||
},
|
},
|
||||||
|
2
tmux.1
2
tmux.1
@ -2482,7 +2482,7 @@ milliseconds.
|
|||||||
This helps to prevent fast output (such as
|
This helps to prevent fast output (such as
|
||||||
.Xr yes 1
|
.Xr yes 1
|
||||||
overwhelming the terminal).
|
overwhelming the terminal).
|
||||||
The default is a trigger of 50 and an interval of 100.
|
The default is a trigger of 250 and an interval of 100.
|
||||||
A trigger of zero disables the rate limiting.
|
A trigger of zero disables the rate limiting.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic clock-mode-colour Ar colour
|
.It Ic clock-mode-colour Ar colour
|
||||||
|
Loading…
Reference in New Issue
Block a user