mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04: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){
|
||||
goto err;
|
||||
}
|
||||
if(notcurses_render(nc)){
|
||||
goto err;
|
||||
}
|
||||
if(ext_demos(nc, spec, ignore_failures) == NULL){
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user