mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: erasing characters now splits sixels instead of deleting them
This commit is contained in:
parent
0953ffd2d3
commit
ae727e372a
3 changed files with 30 additions and 18 deletions
4
sixel.h
4
sixel.h
|
|
@ -15,6 +15,10 @@ void sixel_destroy(struct sixel *sixel);
|
|||
/* Row numbers are relative to current grid offset */
|
||||
void sixel_delete_in_range(struct terminal *term, int row_start, int row_end);
|
||||
void sixel_delete_at_row(struct terminal *term, int row);
|
||||
|
||||
void sixel_split_by_rectangle(
|
||||
struct terminal *term, int row, int col, int height, int width);
|
||||
void sixel_split_by_row(struct terminal *term, int row, int col, int width);
|
||||
void sixel_split_at_cursor(struct terminal *term);
|
||||
|
||||
void sixel_colors_report_current(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue