From fcfcfedfe45d3a004d622b0660afe42b92a9bd6f Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Tue, 11 Jun 2019 22:52:50 +0200 Subject: Added height option patch [Patch] --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 1edb647..317fa2f 100644 --- a/config.h +++ b/config.h @@ -15,6 +15,7 @@ static const char *colors[SchemeLast][2] = { }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; +static unsigned int lineheight = 0; /* -h option; minimum height of a menu line */ /* * Characters not considered part of a word while deleting words -- cgit 1.4.1