mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
sixel: track which grid image was created on
This commit is contained in:
parent
86d640ef71
commit
a2b4bcbd4f
2 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ struct sixel {
|
|||
int width;
|
||||
int height;
|
||||
int rows;
|
||||
const struct grid *grid;
|
||||
struct coord pos;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue