diff --git a/tests/main.cpp b/tests/main.cpp index 1d58c5973..02d803893 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -18,7 +18,6 @@ auto testing_notcurses() -> struct notcurses* { nopts.loglevel = NCLOGLEVEL_DEBUG; nopts.flags = NCOPTION_SUPPRESS_BANNERS | NCOPTION_NO_ALTERNATE_SCREEN - | NCOPTION_NO_QUIT_SIGHANDLERS | NCOPTION_INHIBIT_SETLOCALE; auto nc = notcurses_init(&nopts, nullptr); return nc;