fix: wrong log start height

This commit is contained in:
2025-05-08 13:02:02 -03:00
parent 3c235a7513
commit cd2ff71b20
+1 -1
View File
@@ -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