Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
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
1e18b85e56
commit
62736bf43a
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Annulla
Salva