fixed cursor error
This commit is contained in:
parent
9774c3a1a0
commit
2286ff4a1d
@ -124,8 +124,8 @@ static const char *colorname[] = {
|
||||
*/
|
||||
unsigned int defaultfg = 257;
|
||||
unsigned int defaultbg = 0;
|
||||
static unsigned int defaultcs = 258;
|
||||
static unsigned int defaultrcs = 258;
|
||||
static unsigned int defaultcs = 257;
|
||||
static unsigned int defaultrcs = 257;
|
||||
|
||||
/*
|
||||
* Default shape of cursor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user