aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-07-27 01:28:17 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-07-27 01:29:58 +0530
commita49863626300dc66c373f42e4072d32819320c5e (patch)
tree7af59806ae6e354e050ff1d136ffdb8c984ba507 /src
parent8fe47610922a37896999d50151ec39cc293ba75e (diff)
downloadnnn-a49863626300dc66c373f42e4072d32819320c5e.tar.gz
Document dual pane alias with dvtm
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 6f6f588..305d54f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -274,8 +274,6 @@ static settings cfg = {
static context g_ctx[CTX_MAX] __attribute__ ((aligned));
-static struct entry *dents;
-static char *pnamebuf, *pcopybuf;
static int ndents, cur, curscroll, total_dents = ENTRY_INCR;
static int xlines, xcols;
static uint idle;
@@ -290,6 +288,8 @@ static char *initpath;
static char *cfgdir;
static char *g_cppath;
static char *plugindir;
+static char *pnamebuf, *pcopybuf;
+static struct entry *dents;
static blkcnt_t ent_blocks;
static blkcnt_t dir_blocks;
static ulong num_files;