Show du/au details on enabling disk usage mode

This commit is contained in:
Arun Prakash Jana 2021-05-14 11:38:44 +05:30
parent 6222cac4bf
commit 3316e2acdb
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 1 deletions

View File

@ -6574,8 +6574,10 @@ nochange:
if (ndents) {
copycurname();
if (r == 'd' || r == 'a')
if (r == 'd' || r == 'a') {
presel = 0;
goto begin;
}
ENTSORT(pdents, ndents, entrycmpfn);
move_cursor(ndents ? dentfind(lastname, ndents) : 0, 0);