mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
[kitty] KITTY_ANIMATED rebuild fix #2161
This commit is contained in:
parent
a48147da8c
commit
4e1897c1c0
@ -950,7 +950,7 @@ int kitty_rebuild_animation(sprixel* s, int ycell, int xcell, uint8_t* auxvec){
|
|||||||
logdebug("placing %d/%d at %d/%d\n", ylen, xlen, ycell * s->cellpxy, xcell * s->cellpxx);
|
logdebug("placing %d/%d at %d/%d\n", ylen, xlen, ycell * s->cellpxy, xcell * s->cellpxx);
|
||||||
while(chunks--){
|
while(chunks--){
|
||||||
if(totalout == 0){
|
if(totalout == 0){
|
||||||
if(fbuf_printf(f, "\e_Ga=f,x=%d,y=%d,s=%d,v=%d,i=%d,X=1,r=1,%s;",
|
if(fbuf_printf(f, "\e_Ga=f,x=%d,y=%d,s=%d,v=%d,i=%d,r=2,c=1,X=1,%s;",
|
||||||
xcell * s->cellpxx, ycell * s->cellpxy, xlen, ylen,
|
xcell * s->cellpxx, ycell * s->cellpxy, xlen, ylen,
|
||||||
s->id, chunks ? "m=1" : "q=2") < 0){
|
s->id, chunks ? "m=1" : "q=2") < 0){
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user