mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Show du/au details on enabling disk usage mode
This commit is contained in:
parent
6222cac4bf
commit
3316e2acdb
|
@ -6574,8 +6574,10 @@ nochange:
|
||||||
if (ndents) {
|
if (ndents) {
|
||||||
copycurname();
|
copycurname();
|
||||||
|
|
||||||
if (r == 'd' || r == 'a')
|
if (r == 'd' || r == 'a') {
|
||||||
|
presel = 0;
|
||||||
goto begin;
|
goto begin;
|
||||||
|
}
|
||||||
|
|
||||||
ENTSORT(pdents, ndents, entrycmpfn);
|
ENTSORT(pdents, ndents, entrycmpfn);
|
||||||
move_cursor(ndents ? dentfind(lastname, ndents) : 0, 0);
|
move_cursor(ndents ? dentfind(lastname, ndents) : 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue