From 23082f1cbb1aefaae132609b0026717af5f6661d Mon Sep 17 00:00:00 2001 From: Buduf Date: Sun, 3 Jul 2022 12:56:31 +0200 Subject: [PATCH] bures-monitor fix --- bures-monitor.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)