mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Add more clarity on filter prompt keys
This commit is contained in:
parent
fd99ef5af2
commit
7f579bc808
1 changed files with 1 additions and 1 deletions
|
@ -2012,7 +2012,7 @@ static void showfilterinfo(void)
|
||||||
{
|
{
|
||||||
char info[REGEX_MAX];
|
char info[REGEX_MAX];
|
||||||
|
|
||||||
snprintf(info, REGEX_MAX - 1, " %s [/\\], %s [:]",
|
snprintf(info, REGEX_MAX - 1, " %s [keys /\\], %s [key :]",
|
||||||
(cfg.regex ? "regex" : "str"),
|
(cfg.regex ? "regex" : "str"),
|
||||||
((fnstrstr == &strcasestr) ? "ic" : "noic"));
|
((fnstrstr == &strcasestr) ? "ic" : "noic"));
|
||||||
printinfoln(info);
|
printinfoln(info);
|
||||||
|
|
Loading…
Add table
Reference in a new issue