diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-29 21:05:53 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-29 21:05:53 +0000 |
commit | 8ff20a5c6dd3190990bb391405d65e7e6fa135af (patch) | |
tree | cfb6b871d9820aca77434e9dfb861baf71b3d503 /options-table.c | |
parent | f9f6eea4441bb62634b35d17ded3b4c7d460dea6 (diff) | |
download | rtmux-8ff20a5c6dd3190990bb391405d65e7e6fa135af.tar.gz rtmux-8ff20a5c6dd3190990bb391405d65e7e6fa135af.tar.bz2 rtmux-8ff20a5c6dd3190990bb391405d65e7e6fa135af.zip |
Sync OpenBSD patchset 1073:
50 is a too low trigger default on larger terminals, bump to 250.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 6f868e58..de00f3df 100644 --- a/options-table.c +++ b/options-table.c @@ -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 }, |