diff --git a/src/main.lua b/src/main.lua index 85bb806..c742906 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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