diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-08-27 13:13:56 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-27 13:13:56 -0400 |
commit | 814895755363de95760552c616a0246e5c3bbe52 (patch) | |
tree | e2ef2acd3d0bb040efb6492eecb07b35c58ee9a9 /config.h | |
parent | f0f1621f402a80b5c0d8e0e8f735d26268483f55 (diff) |
bg fix on some graphical systems
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |