commit bf180b843af1130d8d280d61755c57e2a718b27f parent b7695c74ee2f346d471c2da3a6ea292e6041b1c8 Author: Matthew Carlson <matt@mcarlson.xyz> Date: Wed, 28 Jul 2021 01:00:50 -0400 opaque Diffstat:
M | config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h @@ -20,7 +20,7 @@ static const char *fonts[] = { }; // alpha -static const unsigned int alpha = 0xf0; +static const unsigned int alpha = 0xff; // prompt static char *prompt = NULL;