Sfoglia il codice sorgente

Fix SEL_CYCLE (tab)

master
Arun Prakash Jana 5 anni fa
parent
commit
cabef475ab
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Vedi File

@@ -3697,7 +3697,7 @@ nochange:
case SEL_CTX3: // fallthrough
case SEL_CTX4:
if (sel == SEL_CYCLE)
fd = '>';
fd = ']';
else if (sel >= SEL_CTX1 && sel <= SEL_CTX4)
fd = sel - SEL_CTX1 + '1';
else


Loading…
Annulla
Salva