fix reset again
This commit is contained in:
@@ -16,7 +16,7 @@ function term.setcol(fc, bc)
|
|||||||
term.setBackgroundColor(bc)
|
term.setBackgroundColor(bc)
|
||||||
end
|
end
|
||||||
local function reset()
|
local function reset()
|
||||||
term.setcol(colors.white, colors.white)
|
term.setcol(colors.white, colors.black)
|
||||||
term.clear()
|
term.clear()
|
||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user