50 is a too low trigger default on larger terminals, bump to 250.

pull/1/head
Nicholas Marriott 2012-03-20 11:23:12 +00:00
parent f59971276a
commit 01f2b5d64b
2 changed files with 2 additions and 2 deletions

View File

@ -468,7 +468,7 @@ const struct options_table_entry window_options_table[] = {
{ .name = "c0-change-trigger",
.type = OPTIONS_TABLE_NUMBER,
.default_num = 50,
.default_num = 250,
.minimum = 0,
.maximum = USHRT_MAX
},

2
tmux.1
View File

@ -2478,7 +2478,7 @@ milliseconds.
This helps to prevent fast output (such as
.Xr yes 1
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.
.Pp
.It Ic clock-mode-colour Ar colour