From 9b6b1987987c36de6abbd1b86c9d9832ca83f055 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 17 Oct 2023 20:03:10 +0300 Subject: [PATCH] Clear entire screen on tape change --- tape-playlist.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tape-playlist.lua b/tape-playlist.lua index ae9b2b3..b1fa7f5 100644 --- a/tape-playlist.lua +++ b/tape-playlist.lua @@ -101,6 +101,7 @@ function() screen_w, screen_h = term.getSize() elseif ev == "tape_present" then table_of_contents = {} + term.clear() if evd[1] then drive.stop() drive.seek(-drive.getSize())