term: background alpha is not a floating point number

This commit is contained in:
Daniel Eklöf 2020-01-03 21:53:16 +01:00
parent 0ea0323d0f
commit ce4e99ebe2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -219,7 +219,7 @@ struct terminal {
uint32_t fg;
uint32_t bg;
uint32_t table[256];
double alpha;
uint16_t alpha;
uint32_t default_fg;
uint32_t default_bg;