about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-11 22:52:50 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-11 22:52:50 +0200
commitfcfcfedfe45d3a004d622b0660afe42b92a9bd6f (patch)
tree95b1460340ea543daa6bd8d70ea886c0e5a8a34b /config.h
parentAdded patch list (diff)
downloaddmenu-fcfcfedfe45d3a004d622b0660afe42b92a9bd6f.tar.gz
dmenu-fcfcfedfe45d3a004d622b0660afe42b92a9bd6f.tar.bz2
dmenu-fcfcfedfe45d3a004d622b0660afe42b92a9bd6f.zip
Added height option patch [Patch]
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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