From 5fc6b264281480e8d6120768155d849afb7ce6f2 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 17 Oct 2023 16:36:11 +0300 Subject: [PATCH] Clear status line --- tape-playlist.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tape-playlist.lua b/tape-playlist.lua index 88de95c..1307111 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -38,6 +38,7 @@ function() end end term.setCursorPos(1, screen_h) + term.clearLine() term.write(string.format("%s - %d", drive.getState(), drive.getPosition())) os.sleep(0.1) end