From 814895755363de95760552c616a0246e5c3bbe52 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 27 Aug 2018 13:13:56 -0400 Subject: [PATCH] bg fix on some graphical systems --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 1887ef7..224da06 100644 --- a/config.h +++ b/config.h @@ -114,7 +114,7 @@ static const char *colorname[] = { * foreground, background, cursor, reverse cursor */ unsigned int defaultfg = 12; -unsigned int defaultbg = 257; +unsigned int defaultbg = 256; static unsigned int defaultcs = 14; static unsigned int defaultrcs = 15;