yield demo: use NCBLIT_PIXEL if available #1425

pull/1428/head
nick black 3 years ago committed by Nick Black
parent 760bdd2c35
commit 8ea2cb9c18

@ -16,6 +16,7 @@ int yield_demo(struct notcurses* nc){
.n = std,
.y = 1,
.scaling = NCSCALE_STRETCH,
.blitter = NCBLIT_PIXEL,
};
if(ncvisual_render(nc, wmv, &vopts) == NULL){
ncvisual_destroy(wmv);

Loading…
Cancel
Save