mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
tester: don't pass NCOPTION_NO_QUIT_SIGHANDLERS
This commit is contained in:
parent
3ebb5b0e4c
commit
853f286e70
@ -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…
x
Reference in New Issue
Block a user