bg fix on some graphical systems
This commit is contained in:
parent
f0f1621f40
commit
8148957553
2
config.h
2
config.h
@ -114,7 +114,7 @@ static const char *colorname[] = {
|
|||||||
* foreground, background, cursor, reverse cursor
|
* foreground, background, cursor, reverse cursor
|
||||||
*/
|
*/
|
||||||
unsigned int defaultfg = 12;
|
unsigned int defaultfg = 12;
|
||||||
unsigned int defaultbg = 257;
|
unsigned int defaultbg = 256;
|
||||||
static unsigned int defaultcs = 14;
|
static unsigned int defaultcs = 14;
|
||||||
static unsigned int defaultrcs = 15;
|
static unsigned int defaultrcs = 15;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user