diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-01-05 17:58:06 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2017-01-05 17:58:06 -0500 |
commit | 525a3bcc02a4b0adfd52b01ea9b10ff5716aad68 (patch) | |
tree | 91f29291dfc961bf8a584f673f66762307ff1d7b /src/common | |
parent | 2376b7fb6a939e55edc1d97ca00055a47e0df9e3 (diff) |
Increase default scrollback size to 5k
This is totally reasonable for a modern computer.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index ae4b98a5..9ca54869 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -834,7 +834,7 @@ load_default_config(void) prefs.hex_net_reconnect_delay = 10; prefs.hex_notify_timeout = 15; prefs.hex_text_max_indent = 256; - prefs.hex_text_max_lines = 500; + prefs.hex_text_max_lines = 5000; prefs.hex_url_grabber_limit = 100; /* 0 means unlimited */ /* STRINGS */ |