fixed cursor error
This commit is contained in:
parent
35a9b0ebcf
commit
76c1aa8feb
@ -133,8 +133,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