From ce4e99ebe28963ca9ddbcdc5f41af72df7d8ba1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 3 Jan 2020 21:53:16 +0100 Subject: [PATCH] term: background alpha is not a floating point number --- terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.h b/terminal.h index 16323bfb..eb3b7f1e 100644 --- a/terminal.h +++ b/terminal.h @@ -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;