aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-07-05 21:40:33 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-07-05 21:40:33 +0530
commit25a704cd27d3dbd530103bc92cd20ead727d8a9c (patch)
tree54b13e8e1e1cc0e2fc7ee50e772f0629ef598c48 /src
parentbde25e3ca0ae4f161c0e03554d761fb6701c3c55 (diff)
downloadnnn-25a704cd27d3dbd530103bc92cd20ead727d8a9c.tar.gz
Set scrolloff to 3
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index d5c299b..060c7df 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -133,7 +133,7 @@
#define DOT_FILTER_LEN 7
#define ASCII_MAX 128
#define EXEC_ARGS_MAX 8
-#define SCROLLOFF 5
+#define SCROLLOFF 3
#define LONG_SIZE sizeof(ulong)
/* Program return codes */