fallin': use NCBLIT_2x2

pull/684/head
nick black 4 years ago
parent 595a697146
commit 787e66a4c8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -186,6 +186,7 @@ int fallin_demo(struct notcurses* nc){
struct ncvisual_options vopts = {
.n = stdn,
.scaling = NCSCALE_STRETCH,
.blitter = NCBLIT_2x2,
};
if(ncvisual_render(nc, ncv, &vopts) == NULL){
ncvisual_destroy(ncv);

Loading…
Cancel
Save