increase history size to a useful value

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22030 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2007-08-21 18:46:01 +00:00
parent 31cf24c13e
commit e9b8c538b0

View File

@ -51,7 +51,7 @@ static const pref_defaults kTermDefaults[] = {
{ PREF_IM_SELECT_COLOR, "255, 152, 152" },
{ PREF_SHELL, "/bin/sh -login" },
{ PREF_HISTORY_SIZE, "500" },
{ PREF_HISTORY_SIZE, "10000" },
{ PREF_TEXT_ENCODING, "UTF-8" },