forked from hkc/cc-stuff
clear after each update
This commit is contained in:
parent
2bc30e773a
commit
9ea564347b
|
@ -55,6 +55,7 @@ end,
|
|||
function()
|
||||
while true do
|
||||
os.pullEvent()
|
||||
term.clear()
|
||||
term.setCursorPos(1, 1)
|
||||
for id, res in pairs(respondedTurtles) do
|
||||
term.write(string.format("%5d => ", id))
|
||||
|
|
Loading…
Reference in New Issue