tester: don't pass NCOPTION_NO_QUIT_SIGHANDLERS

pull/783/head
nick black 4 years ago
parent 3ebb5b0e4c
commit 853f286e70
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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;

Loading…
Cancel
Save