fix exiting moar

This commit is contained in:
pfl
2026-01-09 13:32:00 +01:00
parent 182f94abb2
commit 216abb4a3f

View File

@ -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):