zalgo: suppress banners

pull/1351/head
nick black 4 years ago committed by Nick Black
parent bb14694000
commit bad552fade

@ -3,7 +3,7 @@
int main(void){ int main(void){
struct notcurses_options nops = { struct notcurses_options nops = {
.flags = NCOPTION_NO_ALTERNATE_SCREEN, .flags = NCOPTION_NO_ALTERNATE_SCREEN | NCOPTION_SUPPRESS_BANNERS,
}; };
struct notcurses* nc = notcurses_core_init(&nops, NULL); struct notcurses* nc = notcurses_core_init(&nops, NULL);
struct ncplane* n = notcurses_stdplane(nc); struct ncplane* n = notcurses_stdplane(nc);

Loading…
Cancel
Save