[kitty] invalidate sprixel on cell annihilation

This commit is contained in:
nick black 2021-03-20 12:05:03 -04:00 committed by Nick Black
parent 3a3baae753
commit 2bd7fa33ff

View File

@ -174,6 +174,7 @@ int sprite_kitty_cell_wipe(notcurses* nc, sprixel* s, int ycell, int xcell){
nextpixel += chomped;
if(thisrow == 0){
if(--targy == 0){
s->invalidated = SPRIXEL_INVALIDATED;
return 0;
}
thisrow = targx;