sixel: calculate image height in (cell) rows

This commit is contained in:
Daniel Eklöf 2020-02-22 00:05:25 +01:00
parent 564e8909f4
commit 63140a68f5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 25 additions and 23 deletions

View file

@ -180,6 +180,7 @@ struct sixel {
pixman_image_t *pix;
int width;
int height;
int rows;
struct coord pos;
};