summaryrefslogtreecommitdiff
path: root/src/fe-common/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-05-25 12:24:09 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-05-25 12:24:09 +0000
commit48b409ea14ff2ab56499f8f7e862e40b84c0978c (patch)
tree36a378145cf7abbebe06f14b7fd8b9189715106f /src/fe-common/core
parent76605ad0aed7e53c4a9dab686474235f547a5837 (diff)
downloadirssi-48b409ea14ff2ab56499f8f7e862e40b84c0978c.zip
/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
Diffstat (limited to 'src/fe-common/core')
-rw-r--r--src/fe-common/core/command-history.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/core/command-history.c b/src/fe-common/core/command-history.c
index fa7a1375..1bffe2c7 100644
--- a/src/fe-common/core/command-history.c
+++ b/src/fe-common/core/command-history.c
@@ -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);