fix: typo

This commit is contained in:
2025-05-07 23:38:41 -03:00
parent 3675c46279
commit 471204380d
+1 -1
View File
@@ -214,7 +214,7 @@ local function drawLogs(x0, y0, x1, y1)
term.setCursorPos(1, endY - drawnLines) term.setCursorPos(1, endY - drawnLines)
ocal prevColourBg = term.getBackgroundColour() local prevColourBg = term.getBackgroundColour()
local prevColourFg = term.getTextColour() local prevColourFg = term.getTextColour()
term.setBackgroundColour(format["BG"]) term.setBackgroundColour(format["BG"])