fix: wrong cursor pos

This commit is contained in:
2025-05-08 13:02:22 -03:00
parent cd2ff71b20
commit dd117a7ca2
+1 -1
View File
@@ -351,7 +351,7 @@ function drawStatusBar(y)
end
function drawCommandBar(w, y)
term.setCursorPos(0, y)
term.setCursorPos(1, y)
term.clearLine()
term.setBackgroundColor(colors.white)