mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Order toggle: fix toggling reverse (#432)
This commit is contained in:
parent
5fb4d637ee
commit
6ac353446f
|
@ -4973,7 +4973,7 @@ nochange:
|
||||||
r = get_input(messages[MSG_ORDER]);
|
r = get_input(messages[MSG_ORDER]);
|
||||||
|
|
||||||
if ((r == 'a' || r == 'd' || r == 'e'
|
if ((r == 'a' || r == 'd' || r == 'e'
|
||||||
|| r == 'r' || r == 's' || r == 't')
|
|| r == 's' || r == 't')
|
||||||
&& (entrycmpfn == &reventrycmp))
|
&& (entrycmpfn == &reventrycmp))
|
||||||
entrycmpfn = &entrycmp;
|
entrycmpfn = &entrycmp;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue