mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #1588 from arza-zara/patch-1
Increase default scrollback_lines
This commit is contained in:
commit
bab97b4c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ void gui_printtext_init(void)
|
|||
indent_functions = g_hash_table_new((GHashFunc) g_str_hash,
|
||||
(GCompareFunc) g_str_equal);
|
||||
|
||||
settings_add_int("history", "scrollback_lines", 500);
|
||||
settings_add_int("history", "scrollback_lines", 5000);
|
||||
settings_add_time("history", "scrollback_time", "1day");
|
||||
settings_add_time("history", "scrollback_max_age", "0");
|
||||
settings_add_int("history", "scrollback_burst_remove", 10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue