Przeglądaj źródła

Add more clarity on filter prompt keys

master
Arun Prakash Jana 5 lat temu
rodzic
commit
7f579bc808
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz