summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.c')
-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 */