mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Set scrolloff to 3
This commit is contained in:
parent
bde25e3ca0
commit
25a704cd27
|
@ -133,7 +133,7 @@
|
||||||
#define DOT_FILTER_LEN 7
|
#define DOT_FILTER_LEN 7
|
||||||
#define ASCII_MAX 128
|
#define ASCII_MAX 128
|
||||||
#define EXEC_ARGS_MAX 8
|
#define EXEC_ARGS_MAX 8
|
||||||
#define SCROLLOFF 5
|
#define SCROLLOFF 3
|
||||||
#define LONG_SIZE sizeof(ulong)
|
#define LONG_SIZE sizeof(ulong)
|
||||||
|
|
||||||
/* Program return codes */
|
/* Program return codes */
|
||||||
|
|
Loading…
Reference in a new issue