From ad4289910b49d98c4bd702b8f6b938dd5c186cde Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:39:17 -0300 Subject: [PATCH] fix: stop cursor blinking on exit --- lua/CC Tweaked/tutel/tutel-host.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 27befaf..46c3bc7 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -478,4 +478,5 @@ while shouldRun do pollEvents() end -scr.clear() \ No newline at end of file +scr.clear() +scr.setCursorBlink(false) \ No newline at end of file