mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Increase default scrollback_lines
It seems common that people miss important messages when being away and want to increase the scrollback.
This commit is contained in:
parent
e70993c4b6
commit
f293277765
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