mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
sixel: calculate image height in (cell) rows
This commit is contained in:
parent
564e8909f4
commit
63140a68f5
4 changed files with 25 additions and 23 deletions
|
|
@ -180,6 +180,7 @@ struct sixel {
|
|||
pixman_image_t *pix;
|
||||
int width;
|
||||
int height;
|
||||
int rows;
|
||||
struct coord pos;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue