Sfoglia il codice sorgente

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

Use 'q' to quit.
master
sin 9 anni fa
parent
commit
62736bf43a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c Vedi File

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

signal(SIGINT, SIG_IGN);

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


Loading…
Annulla
Salva