Show Z for size sort

This commit is contained in:
Arun Prakash Jana 2019-09-29 10:44:53 +05:30
parent a6eb685ff5
commit 3309736060
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

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';