fbcon_scroll: actually work

pull/2053/head
nick black 3 years ago committed by nick black
parent 5992effd38
commit 94b7c52ac8

@ -193,7 +193,7 @@ int fbcon_draw(const tinfo* ti, const struct ncpile *p, sprixel* s, fbuf* f, int
}
void fbcon_scroll(const struct ncpile* p, tinfo* ti, int rows){
if(ti->cellpixy){
if(ti->cellpixy < 1){
return;
}
int totalrows = ti->cellpixy * p->dimy;

Loading…
Cancel
Save