mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
sixel: application configurable image max width/height
This commit is contained in:
parent
8e37a18083
commit
25b09b909c
4 changed files with 86 additions and 8 deletions
|
|
@ -378,7 +378,9 @@ struct terminal {
|
|||
unsigned param_idx; /* Parameters seen */
|
||||
|
||||
/* Application configurable */
|
||||
unsigned palette_size;
|
||||
unsigned palette_size; /* Number of colors in palette */
|
||||
unsigned max_width; /* Maximum image width, in pixels */
|
||||
unsigned max_height; /* Maximum image height, in pixels */
|
||||
} sixel;
|
||||
|
||||
tll(struct sixel) sixel_images;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue