Fix color typo

This commit is contained in:
2024-06-03 14:13:53 +01:00
parent f1fe92f480
commit 30a380646e
3 changed files with 19 additions and 11 deletions

View File

@@ -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
*/