fix: wrong log start height
This commit is contained in:
@@ -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