Browse Source

Set scrolloff to 3

master
Arun Prakash Jana 5 years ago
parent
commit
25a704cd27
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -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 */


Loading…
Cancel
Save