improving sigint handling

This commit is contained in:
Clancy Walters 2024-04-27 17:00:32 +09:30
parent 1f6e1101e8
commit 7fa5bbb503

View File

@ -899,7 +899,7 @@ void ScreenInteractive::ExitNow() {
// private:
void ScreenInteractive::Signal(int signal) {
if (signal == SIGABRT) {
OnExit();
Exit();
return;
}