Przeglądaj źródła

Press 'Enter' to confirm multiple context quit

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

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

@@ -3338,11 +3338,11 @@ nochange:
case SEL_QUIT:
for (r = 0; r < MAX_CTX; ++r)
if (r != cfg.curctx && g_ctx[r].c_cfg.ctxactive) {
r = get_input("press 'y' to quit all contexts");
r = get_input("Quit all contexts? ('Enter' confirms)");
break;
}

if (!(r == MAX_CTX || r == 'y'))
if (!(r == MAX_CTX || r == 13))
break;

if (sel == SEL_CDQUIT) {


Ładowanie…
Anuluj
Zapisz