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: show invalid key prompt (
#433
)
* order toggle: show invalid key prompt * don't call statusbar()
master
Maxim Baz
Mischievous Meerkat
5 years ago
parent
97a50c6622
commit
101d4e8a07
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/nnn.c
+ 3
- 1
src/nnn.c
View File
@@ -5033,7 +5033,9 @@ nochange:
namecmpfn = (namecmpfn == &xstrverscasecmp) ? &xstricmp : &xstrverscasecmp;
break;
default:
cfg.filtermode ? presel = FILTER : statusbar(path);
if (cfg.filtermode)
presel = FILTER;
printwait(messages[MSG_INVALID_KEY], &presel);
goto nochange;
}
}
Write
Preview
Loading…
Cancel
Save