fixed cursor error
This commit is contained in:
parent
f8feeba19f
commit
68f2984dfd
@ -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