mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
improving sigint handling
This commit is contained in:
@@ -899,7 +899,7 @@ void ScreenInteractive::ExitNow() {
|
||||
// private:
|
||||
void ScreenInteractive::Signal(int signal) {
|
||||
if (signal == SIGABRT) {
|
||||
OnExit();
|
||||
Exit();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user