From ad17715e4a63fd78f217c534e3bd1ed63542e59c Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:38:40 -0300 Subject: [PATCH] feat: clear screen on exit --- lua/CC Tweaked/tutel/tutel-host.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 2f24531..27befaf 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -477,3 +477,5 @@ while shouldRun do updateScreen() pollEvents() end + +scr.clear() \ No newline at end of file