mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
grid: grid_memset() -> grid_memclear()
This commit is contained in:
parent
abff0e205e
commit
48528419c4
4 changed files with 7 additions and 8 deletions
2
csi.c
2
csi.c
|
|
@ -630,7 +630,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
tll_free(term->alt.damage);
|
||||
tll_free(term->alt.scroll_damage);
|
||||
|
||||
grid_memset(term->grid, 0, 0, term->rows * term->cols);
|
||||
grid_memclear(term->grid, 0, term->rows * term->cols);
|
||||
term_damage_erase(term, 0, term->rows * term->cols);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue