mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
csi: damage *viewport* when exiting the alt screen
This fixes a redraw issue when the normal screen were somewhere in the scrollback history when exiting the alt screen.
This commit is contained in:
parent
2d1ded183a
commit
c311229b9e
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -486,7 +486,7 @@ decset_decrst(struct terminal *term, unsigned param, bool enable)
|
|||
}
|
||||
|
||||
tll_free(term->alt.scroll_damage);
|
||||
term_damage_all(term);
|
||||
term_damage_view(term);
|
||||
}
|
||||
term_update_ascii_printer(term);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue