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

Support readline in open with

master
Arun Prakash Jana 5 роки тому
джерело
коміт
12a4ab3248
1 змінених файлів з 7 додано та 0 видалено
  1. +7
    -0
      src/nnn.c

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

@@ -3757,7 +3757,14 @@ nochange:
tmp = xreadline(tmp, "archive name: ");
break;
case SEL_OPENWITH:
#ifdef NORL
tmp = xreadline(NULL, "open with: ");
#else
presel = 0;
tmp = getreadline("open with: ", path, ipath, &presel);
if (presel == MSGWAIT)
goto nochange;
#endif
break;
case SEL_NEW:
tmp = xreadline(NULL, "name/link suffix [@ for none]: ");


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