Explorar el Código

Ignore SIGINT to allow returning back to noice when we kill the screensaver

Use 'q' to quit.
master
sin hace 9 años
padre
commit
62736bf43a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c Ver fichero

@@ -918,6 +918,8 @@ main(int argc, char *argv[])
ipath = "/";
}

signal(SIGINT, SIG_IGN);

/* Test initial path */
if (canopendir(ipath) == 0)
printerr(1, ipath);


Cargando…
Cancelar
Guardar