fallin': use NCBLIT_2x2

This commit is contained in:
nick black 2020-06-05 13:01:36 -04:00
parent 595a697146
commit 787e66a4c8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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);