mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-12 08:21:02 -04:00
sixel: rename: purge_at_cursor() -> delete_at_cursor()
This commit is contained in:
parent
3a24777e45
commit
86d640ef71
3 changed files with 4 additions and 4 deletions
2
sixel.h
2
sixel.h
|
|
@ -9,7 +9,7 @@ void sixel_put(struct terminal *term, uint8_t c);
|
|||
void sixel_unhook(struct terminal *term);
|
||||
|
||||
void sixel_destroy(struct sixel *sixel);
|
||||
void sixel_purge_at_cursor(struct terminal *term);
|
||||
void sixel_delete_at_cursor(struct terminal *term);
|
||||
|
||||
void sixel_colors_report_current(struct terminal *term);
|
||||
void sixel_colors_reset(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue