From 2a59b1066a076fc27157992aa4adbe39d2758cb5 Mon Sep 17 00:00:00 2001 From: taynpg Date: Sun, 13 Apr 2025 13:21:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=84=E7=90=86=E5=BD=93=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=8E=B7=E5=8F=96=E7=BB=88=E7=AB=AF=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E9=80=80=E5=87=BA=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filecomplete.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/filecomplete.cpp b/filecomplete.cpp index 4727ac5..0f9b35b 100644 --- a/filecomplete.cpp +++ b/filecomplete.cpp @@ -192,11 +192,9 @@ void recovery_terminal_color() HANDLE h_console = GetStdHandle(STD_OUTPUT_HANDLE); if (h_console == NULL) { fprintf(stderr, "[ERROR] Couldn't handle terminal\n"); - exit(1); } if (SetConsoleTextAttribute(h_console, DEFAULT_MAIN_COLOR) == 0) { fprintf(stderr, "[ERROR] Couldn't set terminal color\n"); - exit(1); } #else fc_lock_print();