]> git.mdlowis.com Git - projs/tide.git/commitdiff
Bumped scroll lines up to 4 to increase scroll speed with scroll wheel
authorMichael D. Lowis <mike.lowis@gentex.com>
Mon, 21 Nov 2016 15:49:22 +0000 (10:49 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Mon, 21 Nov 2016 15:49:22 +0000 (10:49 -0500)
inc/edit.h

index aaa9e452019a152222a41eedd634040a3d2dfc5c..dc0a93fd753a55dfd95cda13fc0b82f55f0c2efe 100644 (file)
@@ -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 */
 };