Add ST anysize patch

This commit is contained in:
2024-06-03 14:25:58 +01:00
parent 30a380646e
commit 4d679187fc
6 changed files with 168 additions and 301 deletions

View File

@@ -147,12 +147,6 @@ 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
*/
@@ -160,13 +154,6 @@ static Geometry geometry = CellGeometry;
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
*/