mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -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_alpha_reset(struct terminal *term)
|
||||||
{
|
{
|
||||||
term->colors.alpha = term->conf->colors.alpha;
|
term->colors.alpha = term->conf->colors.alpha;
|
||||||
|
term->render.last_buf = NULL;
|
||||||
|
render_refresh(term);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue