mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[stats] account for bitmap emission in rasterize_sprixels (sixel case) #2507
This commit is contained in:
parent
3bb3e55550
commit
94944abd51
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user