mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 18:55:03 -04:00
Made history longer
It was too short, i always needed to retype long commands
This commit is contained in:
parent
cbfe1dd25a
commit
fe08db56cc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user