summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-17 20:29:23 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-17 20:29:23 +0100
commitd2567a68842dbcdae1c722b0421ee551409f481e (patch)
tree32124946df7f21830b8023c3dc00833f434ea559 /config
parent99515f986e941a40948f3fca37713e0758c9a1c5 (diff)
#219: Implement continious scroll
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.def.c b/config/config.def.c
index e06eefff..4a234c3d 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -149,4 +149,5 @@ Settings config = {
.dpi = -1,
.threads = 1,
.scrollbar_width = 8,
+ .scroll_method = 0,
};