mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Merge branch 'master' into sixel-performance
This commit is contained in:
commit
fad5838dba
4 changed files with 46 additions and 8 deletions
1
sixel.h
1
sixel.h
|
|
@ -11,6 +11,7 @@ void sixel_put(struct terminal *term, uint8_t c);
|
|||
void sixel_unhook(struct terminal *term);
|
||||
|
||||
void sixel_destroy(struct sixel *sixel);
|
||||
void sixel_destroy_all(struct terminal *term);
|
||||
|
||||
void sixel_scroll_up(struct terminal *term, int rows);
|
||||
void sixel_scroll_down(struct terminal *term, int rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue