mirror of
https://github.com/jarun/nnn.git
synced 2025-03-16 19:44:44 +00:00
Show Z for size sort
This commit is contained in:
parent
a6eb685ff5
commit
3309736060
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue