Arun Prakash Jana
5 vuotta sitten
vanhempi
commit
cabef475ab
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
src/nnn.c
|
|
@@ -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 |
|
|
|