fix: wrong cursor pos
This commit is contained in:
@@ -351,7 +351,7 @@ function drawStatusBar(y)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function drawCommandBar(w, y)
|
function drawCommandBar(w, y)
|
||||||
term.setCursorPos(0, y)
|
term.setCursorPos(1, y)
|
||||||
term.clearLine()
|
term.clearLine()
|
||||||
|
|
||||||
term.setBackgroundColor(colors.white)
|
term.setBackgroundColor(colors.white)
|
||||||
|
|||||||
Reference in New Issue
Block a user