aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/nnn.c b/nnn.c
index ae31515..d77bc3f 100644
--- a/nnn.c
+++ b/nnn.c
@@ -1624,6 +1624,13 @@ populate(char *path, char *oldpath, char *fltr)
if (setfilter(&re, fltr) != 0)
return -1;
+ if (cfg.blkorder) {
+ timeout(0);
+ printmsg("Calculating...");
+ getch();
+ timeout(1000);
+ }
+
ndents = dentfill(path, &dents, visible, &re);
qsort(dents, ndents, sizeof(*dents), entrycmp);