mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
render: clear scroll damage list when we force-refresh the entire window
This commit is contained in:
parent
b42709525c
commit
9a3e97afa7
1 changed files with 1 additions and 0 deletions
1
render.c
1
render.c
|
|
@ -1269,6 +1269,7 @@ grid_render(struct terminal *term)
|
|||
}
|
||||
|
||||
else {
|
||||
tll_free(term->grid->scroll_damage);
|
||||
render_margin(term, buf, 0, term->rows, true, true);
|
||||
term_damage_view(term);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue