1
0
Fork 0

clear after each update

This commit is contained in:
Casey 2024-01-12 21:20:57 +03:00
parent 2bc30e773a
commit 9ea564347b
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 0 deletions

View File

@ -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))