notcurses-tester: no alternate screen

pull/1270/head
nick black 4 years ago
parent 5c3818b103
commit 7ab2bddde7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -17,7 +17,7 @@ static const char* datadir = NOTCURSES_SHARE;
auto testing_notcurses() -> struct notcurses* {
notcurses_options nopts{};
nopts.loglevel = NCLOGLEVEL_ERROR;
nopts.flags = NCOPTION_SUPPRESS_BANNERS;
nopts.flags = NCOPTION_SUPPRESS_BANNERS | NCOPTION_NO_ALTERNATE_SCREEN;
auto nc = notcurses_init(&nopts, nullptr);
return nc;
}

Loading…
Cancel
Save