mirror of
https://github.com/jarun/nnn.git
synced 2025-03-16 03:34:14 +00:00
Set mode to detail for option -S
This commit is contained in:
parent
ea81e2e569
commit
f781fbe78c
1 changed files with 1 additions and 2 deletions
|
@ -4717,8 +4717,7 @@ int main(int argc, char *argv[])
|
||||||
case 'S':
|
case 'S':
|
||||||
cfg.blkorder = 1;
|
cfg.blkorder = 1;
|
||||||
nftw_fn = sum_bsizes;
|
nftw_fn = sum_bsizes;
|
||||||
BLK_SHIFT = ffs(S_BLKSIZE) - 1;
|
BLK_SHIFT = ffs(S_BLKSIZE) - 1; // fallthrough
|
||||||
break;
|
|
||||||
case 'd':
|
case 'd':
|
||||||
cfg.showdetail = 1;
|
cfg.showdetail = 1;
|
||||||
printptr = &printent_long;
|
printptr = &printent_long;
|
||||||
|
|
Loading…
Add table
Reference in a new issue