diff --git a/bures-monitor.lua b/bures-monitor.lua index 5890698..1838642 100644 --- a/bures-monitor.lua +++ b/bures-monitor.lua @@ -10,9 +10,10 @@ local buildings = colony.getBuildings() local buRes = {} local function clearMonitor() - monitor.setTextScale(0.5) - monitor.clear() - monitor.setCursorPos(1, 1) + term.setCursorBlink(false) + term.setTextScale(1.0) + term.clear() + term.setCursorPos(1, 1) end local function tFilter(t, func) @@ -27,7 +28,6 @@ end local function printBuRes() for name, list in pairs(buRes) do - print(name, "asd") term.setTextColor(colors.black) term.setBackgroundColor(colors.white) print(name)