summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2014-10-30 17:53:22 +0100
committerDave Davenport <qball@gmpclient.org>2014-10-30 17:53:22 +0100
commitf56bd03a8631572447155937e3063dfc2e8acf46 (patch)
treea6ebf202ffd7938cba5248521e323b79e4d63414 /config/config.c
parent3886e4bc31ce6418d52d3be96fc83743db9812fe (diff)
Add multi-line elements support.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index bb5f4555..8bdbe45b 100644
--- a/config/config.c
+++ b/config/config.c
@@ -79,6 +79,7 @@ Settings config = {
.fixed_num_lines = FALSE,
.disable_history = FALSE,
.levenshtein_sort = FALSE,
- .separator = '\n'
+ .separator = '\n',
+ .element_height = 1
};