From: Michael D. Lowis Date: Mon, 21 Nov 2016 15:49:22 +0000 (-0500) Subject: Bumped scroll lines up to 4 to increase scroll speed with scroll wheel X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=c150b13c017d8b17c19110ae6cd3dd369abb58d8;p=projs%2Ftide.git Bumped scroll lines up to 4 to increase scroll speed with scroll wheel --- 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 */ };