whiteout: refresh after each cycle to clear cruft

pull/1060/head
nick black 4 years ago
parent 81cf1fbc71
commit 1b3f97944a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -577,6 +577,7 @@ int witherworm_demo(struct notcurses* nc){
DEMO_RENDER(nc);
}
}while(key == NCKEY_RESIZE);
notcurses_refresh(nc, NULL, NULL);
}
ncplane_set_scrolling(n, false);
return 0;

Loading…
Cancel
Save