Fix color typo
This commit is contained in:
@@ -147,6 +147,12 @@ static unsigned int defaultrcs = 257;
|
||||
*/
|
||||
static unsigned int cursorshape = 2;
|
||||
|
||||
/*
|
||||
* Whether to use pixel geometry or cell geometry
|
||||
*/
|
||||
|
||||
static Geometry geometry = CellGeometry;
|
||||
|
||||
/*
|
||||
* Default columns and rows numbers
|
||||
*/
|
||||
@@ -154,6 +160,13 @@ static unsigned int cursorshape = 2;
|
||||
static unsigned int cols = 80;
|
||||
static unsigned int rows = 24;
|
||||
|
||||
/*
|
||||
* Default width and height (including borders!)
|
||||
*/
|
||||
|
||||
static unsigned int width = 564;
|
||||
static unsigned int height = 364;
|
||||
|
||||
/*
|
||||
* Default colour and shape of the mouse cursor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user