/set max_textbuffer_lines changed to /set scrollback_lines and

/set scrollback_hours - this means that keep scrollback usually max.
x lines, but allow more if the text is newer than n hours.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@231 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-05-25 12:24:09 +00:00 committed by cras
commit 48b409ea14
2 changed files with 31 additions and 8 deletions

View file

@ -156,8 +156,6 @@ static void read_settings(void)
void command_history_init(void)
{
settings_add_int("history", "max_textwidget_lines", 1000);
settings_add_int("history", "block_remove_lines", 20);
settings_add_int("history", "max_command_history", 100);
settings_add_bool("history", "window_history", FALSE);