fix: missing argument
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user