From: Arun Prakash Jana Date: Fri, 5 Jul 2019 16:10:33 +0000 (+0530) Subject: Set scrolloff to 3 X-Git-Tag: v2.6~63 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=25a704cd27d3dbd530103bc92cd20ead727d8a9c;p=nnn.git Set scrolloff to 3 --- diff --git a/src/nnn.c b/src/nnn.c index d5c299b8..060c7dfd 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 */