kitty: restore kitty_wipe_animation

This commit is contained in:
nick black 2021-07-25 14:30:02 -04:00 committed by nick black
parent 8e6fa10f24
commit b7d9899149

View File

@ -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,