fix reset again

This commit is contained in:
Justus Wolff
2026-02-14 22:28:25 +01:00
parent 5d94041e52
commit ab12e4122f

View File

@@ -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