fix: missing argument

This commit is contained in:
2025-05-06 19:57:36 -03:00
parent 531f1dc391
commit db7556cabf
+1 -1
View File
@@ -219,7 +219,7 @@ function updateScreen()
local entry = log.buffer[i] local entry = log.buffer[i]
local format = logTypes[entry.type] local format = logTypes[entry.type]
term.setCursorPos(startY + i) term.setCursorPos(0, startY + i)
local prevColourBg = term.getBackgroundColour() local prevColourBg = term.getBackgroundColour()
local prevColourFg = term.getTextColour() local prevColourFg = term.getTextColour()