From: Arun Prakash Jana Date: Sat, 14 Sep 2019 23:26:54 +0000 (+0530) Subject: Disable du on detail mode switch X-Git-Tag: v2.7~80 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5936d3f1108e2835cff8a7b3b298f5b80f41d730;p=nnn.git Disable du on detail mode switch --- diff --git a/src/nnn.c b/src/nnn.c index 5ae40d18..5c086e38 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;