mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
5
sixel.h
5
sixel.h
|
|
@ -14,3 +14,8 @@ void sixel_colors_report_current(struct terminal *term);
|
|||
void sixel_colors_reset(struct terminal *term);
|
||||
void sixel_colors_set(struct terminal *term, unsigned count);
|
||||
void sixel_colors_report_max(struct terminal *term);
|
||||
|
||||
void sixel_geometry_report_current(struct terminal *term);
|
||||
void sixel_geometry_reset(struct terminal *term);
|
||||
void sixel_geometry_set(struct terminal *term, unsigned width, unsigned height);
|
||||
void sixel_geometry_report_max(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue