summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-22 16:02:22 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-22 16:02:22 +0200
commitd3ef6eb2dcb55c3952cad343467e170579af54ae (patch)
treecb0a4adea7fe084523950c98b9a055e48984f2ed /config
parenta0637156524aac8c8e66c185e1fa36831ba76cb5 (diff)
Set fixed num line mode default
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 4d9f865d..5fd6b6ed 100644
--- a/config/config.c
+++ b/config/config.c
@@ -87,7 +87,7 @@ Settings config = {
/** X offset */
.x_offset = 0,
/** Always should config.menu_lines lines, even if less lines are available */
- .fixed_num_lines = FALSE,
+ .fixed_num_lines = TRUE,
/** Do not use history */
.disable_history = FALSE,
/** Use levenshtein sorting when matching */