Clear status line

This commit is contained in:
Casey 2023-10-17 16:36:11 +03:00
parent de9ea57461
commit 5fc6b26428
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function()
end
end
term.setCursorPos(1, screen_h)
term.clearLine()
term.write(string.format("%s - %d", drive.getState(), drive.getPosition()))
os.sleep(0.1)
end