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