demo: reset stats following initialization #522

pull/555/head
nick black 5 years ago
parent c136d27bd5
commit 86b526bdcb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save