diff --git a/src/poc/sgr-full.c b/src/poc/sgr-full.c index 08345bdad..93d671239 100644 --- a/src/poc/sgr-full.c +++ b/src/poc/sgr-full.c @@ -4,7 +4,7 @@ int main(void){ struct notcurses_options nopts = { - .flags = NCOPTION_NO_ALTERNATE_SCREEN, + .flags = NCOPTION_NO_ALTERNATE_SCREEN | NCOPTION_SUPPRESS_BANNERS, }; struct notcurses* nc = notcurses_core_init(&nopts, NULL); if(nc == NULL){