forked from hkc/cc-stuff
Clear status line
This commit is contained in:
parent
de9ea57461
commit
5fc6b26428
|
@ -38,6 +38,7 @@ function()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
term.setCursorPos(1, screen_h)
|
term.setCursorPos(1, screen_h)
|
||||||
|
term.clearLine()
|
||||||
term.write(string.format("%s - %d", drive.getState(), drive.getPosition()))
|
term.write(string.format("%s - %d", drive.getState(), drive.getPosition()))
|
||||||
os.sleep(0.1)
|
os.sleep(0.1)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue