mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
term: remove unusued 'damage' list
This commit is contained in:
parent
a371ea0f02
commit
4919ccbc70
3 changed files with 2 additions and 7 deletions
2
csi.c
2
csi.c
|
|
@ -1135,7 +1135,6 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
min(term->grid->cursor.point.row, term->rows - 1),
|
||||
min(term->grid->cursor.point.col, term->cols - 1));
|
||||
|
||||
tll_free(term->alt.damage);
|
||||
tll_free(term->alt.scroll_damage);
|
||||
|
||||
term_erase(
|
||||
|
|
@ -1262,7 +1261,6 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
min(term->grid->cursor.point.row, term->rows - 1),
|
||||
min(term->grid->cursor.point.col, term->cols - 1));
|
||||
|
||||
tll_free(term->alt.damage);
|
||||
tll_free(term->alt.scroll_damage);
|
||||
|
||||
/* Delete all sixel images on the alt screen */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue