From c150b13c017d8b17c19110ae6cd3dd369abb58d8 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 21 Nov 2016 10:49:22 -0500 Subject: [PATCH] Bumped scroll lines up to 4 to increase scroll speed with scroll wheel --- inc/edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/edit.h b/inc/edit.h index aaa9e45..dc0a93f 100644 --- a/inc/edit.h +++ b/inc/edit.h @@ -241,7 +241,7 @@ enum { Width = 640, /* default window width */ Height = 480, /* default window height */ TabWidth = 4, /* maximum number of spaces used to represent a tab */ - ScrollLines = 1, /* number of lines to scroll by for mouse wheel scrolling */ + ScrollLines = 4, /* number of lines to scroll by for mouse wheel scrolling */ BufSize = 8192, /* default buffer size */ }; -- 2.54.0