Переглянути джерело

order toggle: show invalid key prompt (#433)

* order toggle: show invalid key prompt

* don't call statusbar()
master
Maxim Baz Mischievous Meerkat 5 роки тому
джерело
коміт
101d4e8a07
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      src/nnn.c

+ 3
- 1
src/nnn.c Переглянути файл

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


Завантаження…
Відмінити
Зберегти