Sync OpenBSD patchset 1073:

50 is a too low trigger default on larger terminals, bump to 250.
This commit is contained in:
Tiago Cunha
2012-03-29 21:05:53 +00:00
parent f9f6eea444
commit 8ff20a5c6d
2 changed files with 2 additions and 2 deletions

View File

@ -467,7 +467,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
},