From 0e7f14ceaf5ecebf3517af9611276c61db2bc66b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 8 Jan 2025 22:42:46 -0600 Subject: replace anygeometry with anysize and modify for clean resizing --- config.def.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index c535ee0..5a1a8ed 100644 --- a/config.def.h +++ b/config.def.h @@ -153,12 +153,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 */ @@ -166,13 +160,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 */ -- cgit v1.2.3