keller: always begin at row 1

pull/1383/head
nick black 3 years ago
parent 1b2aedff67
commit a759f9ba0b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -20,7 +20,7 @@ visualize(struct notcurses* nc, struct ncvisual* ncv){
.scaling = NCSCALE_STRETCH,
.blitter = bs[i],
.n = notcurses_stdplane(nc),
.y = bs[i] == NCBLIT_PIXEL,
.y = 1,
};
if(ncvisual_render(nc, ncv, &vopts) == NULL){
return -1;

Loading…
Cancel
Save