From 216abb4a3f165f0ac62801ba996d48f35c1b15e8 Mon Sep 17 00:00:00 2001 From: pfl Date: Fri, 9 Jan 2026 13:32:00 +0100 Subject: [PATCH] fix exiting moar --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 58c99fc..aef1cc0 100644 --- a/main.py +++ b/main.py @@ -63,6 +63,7 @@ def signal_handler(sig, frame): else: # Second Ctrl-C within timeout logger.warning("^1^8Quittin'^0") + curses.endwin() # Restore terminal before force exit os._exit(0) def parse_cvar_response(message, game_state, ui):