mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -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
|
|
@ -2128,7 +2128,7 @@ term_print(struct terminal *term, wchar_t wc, int width)
|
|||
print_linewrap(term);
|
||||
print_insert(term, width);
|
||||
|
||||
sixel_purge_at_cursor(term);
|
||||
sixel_delete_at_cursor(term);
|
||||
|
||||
/* *Must* get current cell *after* linewrap+insert */
|
||||
struct row *row = term->grid->cur_row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue