fix: prefix whitespace
This commit is contained in:
@@ -297,6 +297,7 @@ function drawLogs(x0, y0, x1, y1)
|
|||||||
|
|
||||||
term.setBackgroundColor(messageBG)
|
term.setBackgroundColor(messageBG)
|
||||||
term.setTextColor(messageFG)
|
term.setTextColor(messageFG)
|
||||||
|
term.write(" ")
|
||||||
term.write(line)
|
term.write(line)
|
||||||
|
|
||||||
local remaining = w - (prefixLength + #line)
|
local remaining = w - (prefixLength + #line)
|
||||||
|
|||||||
Reference in New Issue
Block a user