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 */