mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Add more clarity on filter prompt keys
This commit is contained in:
parent
fd99ef5af2
commit
7f579bc808
|
@ -2012,7 +2012,7 @@ static void showfilterinfo(void)
|
|||
{
|
||||
char info[REGEX_MAX];
|
||||
|
||||
snprintf(info, REGEX_MAX - 1, " %s [/\\], %s [:]",
|
||||
snprintf(info, REGEX_MAX - 1, " %s [keys /\\], %s [key :]",
|
||||
(cfg.regex ? "regex" : "str"),
|
||||
((fnstrstr == &strcasestr) ? "ic" : "noic"));
|
||||
printinfoln(info);
|
||||
|
|
Loading…
Reference in a new issue