mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[kitty] invalidate sprixel on cell annihilation
This commit is contained in:
parent
3a3baae753
commit
2bd7fa33ff
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user