From b126dcea02aa3d97dee9cbc0ed6e4773d00ca02f Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 14 Feb 2023 17:57:56 +0300 Subject: line height variable --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index c96fd4b..08bcc69 100644 --- a/config.def.h +++ b/config.def.h @@ -24,3 +24,6 @@ static const char worddelimiters[] = " "; /* Size of the window border when centered */ static unsigned int bw = 3; + +/* Pixels to add to the line height */ +static unsigned int lineheight = 2; -- cgit v1.2.3