Another update
1 files changed, 2 insertions(+), 1 deletions(-) M config.h
M config.h => config.h +2 -1
@@ 124,6 124,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", "gray90", "black", /* default background colour */ }; @@ 133,7 134,7 @@ static const char *colorname[] = { * foreground, background, cursor, reverse cursor */ unsigned int defaultfg = 7; unsigned int defaultbg = 258; unsigned int defaultbg = 259; unsigned int defaultcs = 256; static unsigned int defaultrcs = 257;