From e3ee0d4e20f29474fa746aed9bd5b16283d4a6f1 Mon Sep 17 00:00:00 2001 From: xingluo Date: Sun, 21 Dec 2025 05:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20startup.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/startup.lua b/startup.lua index b9a6bba..7d30985 100644 --- a/startup.lua +++ b/startup.lua @@ -69,5 +69,6 @@ for i, frame in ipairs(img) do end sleep(1) +term.clear() term.setCursorPos(1,1) shell.run("shell")