Refresh terminal after updating alpha

This commit is contained in:
Utkarsh Verma 2022-06-02 09:09:14 +05:30
parent 4e2347da12
commit 27f513920f
No known key found for this signature in database
GPG key ID: 817656CF818EFCCC
4 changed files with 16 additions and 12 deletions

View file

@ -1190,7 +1190,7 @@ parse_section_colors(struct context *ctx)
return false;
}
conf->colors.alpha = alpha * 65535.;
conf->colors.alpha = alpha * UINT16_MAX;
return true;
}