From 86ffb528122a5021c5bf1ae51fa7e0fd4095328a Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Thu, 2 Jul 2020 15:48:56 +0300 Subject: [PATCH] default scroll mode is full page --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 169bc77..f3210f5 100644 --- a/src/config.h +++ b/src/config.h @@ -9,7 +9,7 @@ static float scroll_step = 40; static float transparency = 0.4; static float smooth_scrolling = 32.0; static int n_completion_items = 64; -static int page_scroll_mode = 0; // 5/6 of the window height +static int page_scroll_mode = 1; // 0: 5/6 of the window height; 1: full page /* completion */ -- 2.11.4.GIT