sgr-full: suppress banners

pull/1347/head
nick black 3 years ago
parent d9e95afe4d
commit 006477e132
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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){

Loading…
Cancel
Save