Explorar el Código

Fix SEL_CYCLE (tab)

master
Arun Prakash Jana hace 5 años
padre
commit
cabef475ab
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar