From 853f286e7006bfde925cb82d3b80e78f2ddfdf3e Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 3 Jul 2020 23:54:16 -0400 Subject: [PATCH] tester: don't pass NCOPTION_NO_QUIT_SIGHANDLERS --- tests/main.cpp | 1 - 1 file changed, 1 deletion(-) 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;