mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
Refresh terminal after alpha is reset
This commit is contained in:
parent
27f513920f
commit
fd28668a1c
1 changed files with 2 additions and 0 deletions
|
|
@ -2028,6 +2028,8 @@ bool
|
|||
term_alpha_reset(struct terminal *term)
|
||||
{
|
||||
term->colors.alpha = term->conf->colors.alpha;
|
||||
term->render.last_buf = NULL;
|
||||
render_refresh(term);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue