fix: stop cursor blinking on exit

This commit is contained in:
2025-05-08 13:39:17 -03:00
parent ad17715e4a
commit ad4289910b
+2 -1
View File
@@ -478,4 +478,5 @@ while shouldRun do
pollEvents() pollEvents()
end end
scr.clear() scr.clear()
scr.setCursorBlink(false)