diff --git a/src/demo/demo.c b/src/demo/demo.c index 555268c46..6ca858549 100644 --- a/src/demo/demo.c +++ b/src/demo/demo.c @@ -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; }