Increase default scrollback size to 5k

This is totally reasonable for a modern computer.
This commit is contained in:
Patrick Griffis 2017-01-05 17:58:06 -05:00
parent 2376b7fb6a
commit 525a3bcc02
1 changed files with 1 additions and 1 deletions

View File

@ -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 */