[stats] account for bitmap emission in rasterize_sprixels (sixel case) #2507

This commit is contained in:
nick black 2021-12-26 21:38:16 -05:00
parent 3bb3e55550
commit 94944abd51
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1035,6 +1035,7 @@ rasterize_sprixels(notcurses* nc, ncpile* p, fbuf* f){
bytesemitted += r;
nc->rstate.y = -1;
nc->rstate.x = -1;
++nc->stats.s.sprixelemissions;
}
}else if(s->invalidated == SPRIXEL_LOADED){
if(nc->tcache.pixel_commit){