fixed cursor error

This commit is contained in:
Lukasz M 2020-04-26 15:08:46 +00:00
parent f8feeba19f
commit 68f2984dfd

View File

@ -133,8 +133,8 @@ static const char *colorname[] = {
*/ */
unsigned int defaultfg = 257; unsigned int defaultfg = 257;
unsigned int defaultbg = 0; unsigned int defaultbg = 0;
static unsigned int defaultcs = 258; static unsigned int defaultcs = 257;
static unsigned int defaultrcs = 258; static unsigned int defaultrcs = 257;
/* /*
* Default shape of cursor * Default shape of cursor