Move clear

This commit is contained in:
osmarks 2018-07-26 18:21:50 +01:00
parent 897af4fa5b
commit e8966dd377

View File

@ -65,10 +65,10 @@ end
local protocol = "wyvern" local protocol = "wyvern"
local function init_screen(scr, bg, fg) local function init_screen(scr, bg, fg)
scr.clear()
scr.setCursorPos(1, 1) scr.setCursorPos(1, 1)
scr.setBackgroundColor(colors.white) scr.setBackgroundColor(colors.white)
scr.setTextColor(colors.black) scr.setTextColor(colors.black)
scr.clear()
end end
-- Runs a Wyvern node server. -- Runs a Wyvern node server.