fix: wrong cursor pos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user