Refresh terminal after alpha is reset

This commit is contained in:
Utkarsh Verma 2022-06-02 09:16:24 +05:30
parent 27f513920f
commit fd28668a1c
No known key found for this signature in database
GPG key ID: 817656CF818EFCCC

View file

@ -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;
}