Explorar el Código

Update comments

master
Arun Prakash Jana hace 6 años
padre
commit
3297366b65
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 2 adiciones y 2 borrados
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Ver fichero

@@ -3381,7 +3381,7 @@ nochange:
return;
} /* switch (sel) */

/* Screensaver */
/* Locker */
if (idletimeout != 0 && idle == idletimeout) {
idle = 0;
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL | F_SIGINT);
@@ -3518,7 +3518,7 @@ int main(int argc, char *argv[])
idletimeout = opt * ((opt > 0) - (opt < 0));
}

/* Get the default copier, if set */
/* Get the clipboard copier, if set */
copier = getenv("NNN_COPIER");

/* Enable quotes if opted */


Cargando…
Cancelar
Guardar