demo: reset stats following initialization #522

pull/555/head
nick black 4 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)){
goto err;
}
notcurses_reset_stats(nc, NULL);
if(ext_demos(nc, spec, ignore_failures) == NULL){
goto err;
}

Loading…
Cancel
Save