From d3ef6eb2dcb55c3952cad343467e170579af54ae Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 22 Oct 2016 16:02:22 +0200 Subject: Set fixed num line mode default --- config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 */ -- cgit v1.2.3