mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
/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:
parent
76605ad0ae
commit
48b409ea14
2 changed files with 31 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue