multiselect PoC: NCLOGLEVEL_ERROR

pull/2137/head
nick black 3 years ago committed by nick black
parent b6844ca214
commit d7c74b8fda

@ -64,6 +64,7 @@ int main(void){
}
notcurses_options opts = {
.flags = NCOPTION_INHIBIT_SETLOCALE,
.loglevel = NCLOGLEVEL_ERROR,
};
struct notcurses* nc = notcurses_init(&opts, NULL);
if(nc == NULL){

Loading…
Cancel
Save