Made history longer

It was too short, i always needed to retype long commands
This commit is contained in:
Wuerfel_21 2014-06-16 23:12:37 +02:00
parent cbfe1dd25a
commit fe08db56cc

View File

@ -165,7 +165,7 @@ if #args == 0 and (io.input() == io.stdin or options.i) and not options.c then
term.write("exit\n")
return -- eof
end
while #history > 10 do
while #history > 20 do
table.remove(history, 1)
end
command = text.trim(command)