Add anygeometry patch

This commit is contained in:
2024-06-03 14:05:55 +01:00
parent ea32f145c2
commit 9567d1ecc3
4 changed files with 170 additions and 6 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
*/