This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Order toggle: fix toggling reverse (
#432
)
master
Maxim Baz
Mischievous Meerkat
5 years ago
parent
5fb4d637ee
commit
6ac353446f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
View File
@@ -4973,7 +4973,7 @@ nochange:
r = get_input(messages[MSG_ORDER]);
if ((r == 'a' || r == 'd' || r == 'e'
|| r == '
r' || r == '
s' || r == 't')
|| r == 's' || r == 't')
&& (entrycmpfn == &reventrycmp))
entrycmpfn = &entrycmp;
Write
Preview
Loading…
Cancel
Save