From ea900928153cef278cf404bc182918a2b743eec4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sun, 17 Mar 2024 17:30:43 -0400
Subject: [PATCH] Revert last change reaper is explicitly disabled here.

---
 src/conio/sdl_con.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/conio/sdl_con.c b/src/conio/sdl_con.c
index a102eeb61a..9f0046d6a4 100644
--- a/src/conio/sdl_con.c
+++ b/src/conio/sdl_con.c
@@ -296,10 +296,6 @@ void exit_sdl_con(void)
 	ciolib_reaper = 0;
 	if (sdl_init_good)
 		sdl_user_func_ret(SDL_USEREVENT_QUIT);
-	else {
-		if (ciolib_reaper)
-			exit(0);
-	}
 }
 
 void sdl_copytext(const char *text, size_t buflen)
-- 
GitLab