demo: render immediately following menu creation #506

This commit is contained in:
nick black 2020-04-18 19:42:09 -04:00
parent 10643980fa
commit bc239077c2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -529,6 +529,9 @@ int main(int argc, char** argv){
if(menu_create(nc) == NULL){ if(menu_create(nc) == NULL){
goto err; goto err;
} }
if(notcurses_render(nc)){
goto err;
}
if(ext_demos(nc, spec, ignore_failures) == NULL){ if(ext_demos(nc, spec, ignore_failures) == NULL){
goto err; goto err;
} }