fix: wrong cursor position

This commit is contained in:
2025-05-06 20:26:22 -03:00
parent 6fb01064cd
commit ff540b4e6e
+1 -1
View File
@@ -236,7 +236,7 @@ function updateScreen()
local entry = log.buffer[i]
local format = logTypes[entry.type]
term.setCursorPos(0, endY - drawnLines)
term.setCursorPos(1, endY - drawnLines)
local prevColourBg = term.getBackgroundColour()
local prevColourFg = term.getTextColour()