mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
kitty: restore kitty_wipe_animation
This commit is contained in:
parent
8e6fa10f24
commit
b7d9899149
@ -352,7 +352,7 @@ int kitty_wipe_animation(sprixel* s, int ycell, int xcell){
|
||||
}
|
||||
logdebug("Wiping sprixel %u at %d/%d\n", s->id, ycell, xcell);
|
||||
FILE* fp = s->mstreamfp;
|
||||
fprintf(fp, "\e_Ga=f,x=%d,y=%d,s=%d,v=%d,i=%d,X=1,c=1,q=2;",
|
||||
fprintf(fp, "\e_Ga=f,x=%d,y=%d,s=%d,v=%d,i=%d,X=1,r=1,q=2;",
|
||||
xcell * s->cellpxx,
|
||||
ycell * s->cellpxy,
|
||||
s->cellpxx,
|
||||
|
Loading…
Reference in New Issue
Block a user