Compare commits
2 Commits
3c235a7513
...
dd117a7ca2
| Author | SHA1 | Date | |
|---|---|---|---|
| dd117a7ca2 | |||
| cd2ff71b20 |
@@ -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)
|
||||
@@ -396,7 +396,7 @@ function updateScreen()
|
||||
term.setBackgroundColor(colors.black)
|
||||
term.setTextColour(colors.white)
|
||||
|
||||
drawLogs(1, 2, w, h - 2)
|
||||
drawLogs(1, 2, w, h - 1)
|
||||
drawStatusBar(2)
|
||||
drawCommandBar(w, h)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user