fix: typo
This commit is contained in:
@@ -214,7 +214,7 @@ local function drawLogs(x0, y0, x1, y1)
|
||||
|
||||
term.setCursorPos(1, endY - drawnLines)
|
||||
|
||||
ocal prevColourBg = term.getBackgroundColour()
|
||||
local prevColourBg = term.getBackgroundColour()
|
||||
local prevColourFg = term.getTextColour()
|
||||
|
||||
term.setBackgroundColour(format["BG"])
|
||||
|
||||
Reference in New Issue
Block a user