From e8966dd377e7aaec4bc88bfa37c95acf2cb8fffe Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 26 Jul 2018 18:21:50 +0100 Subject: [PATCH] Move clear --- lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.lua b/lib.lua index c5aa9ee..4e97a88 100644 --- a/lib.lua +++ b/lib.lua @@ -65,10 +65,10 @@ end local protocol = "wyvern" local function init_screen(scr, bg, fg) - scr.clear() scr.setCursorPos(1, 1) scr.setBackgroundColor(colors.white) scr.setTextColor(colors.black) + scr.clear() end -- Runs a Wyvern node server.