Browse Source

Show Z for size sort

master
Arun Prakash Jana 5 years ago
parent
commit
3309736060
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -3348,7 +3348,7 @@ static void redraw(char *path)
if (cfg.mtimeorder)
sort[0] = cfg.mtime ? 'T' : 'A';
else if (cfg.sizeorder)
sort[0] = 'S';
sort[0] = 'Z';
else if (cfg.extnorder)
sort[0] = 'E';



Loading…
Cancel
Save