From 73a3d7a5e2c38b67841cd86d8d108641ea47636e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 9 Nov 2020 21:58:32 +0100 Subject: Added anygeometry patch --- config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index ca1040a..fa87abb 100644 --- a/config.h +++ b/config.h @@ -139,6 +139,12 @@ const char *colorname[] = { }; +/* + * Whether to use pixel geometry or cell geometry + */ + +static Geometry geometry = CellGeometry; + /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor @@ -148,6 +154,13 @@ unsigned int defaultbg = 257; unsigned int defaultcs = 258; unsigned int defaultrcs = 257; +/* + * Default width and height (including borders!) + */ + +static unsigned int width = 564; +static unsigned int height = 364; + /* * Default shape of cursor * 2: Block ("█") -- cgit v1.2.3