diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |