aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 5ae40d1..5c086e3 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3917,6 +3917,7 @@ nochange:
case SEL_DETAIL:
cfg.showdetail ^= 1;
cfg.showdetail ? (printptr = &printent_long) : (printptr = &printent);
+ cfg.blkorder = 0;
continue;
case SEL_FSIZE:
cfg.sizeorder ^= 1;