mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
demo: render immediately following menu creation #506
This commit is contained in:
parent
10643980fa
commit
bc239077c2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user