Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
nnn
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Ignore SIGINT to allow returning back to noice when we kill the screensaver
Use 'q' to quit.
master
sin
9 anos atrás
pai
1e18b85e56
commit
62736bf43a
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
noice.c
+ 2
- 0
noice.c
Ver arquivo
@@ -918,6 +918,8 @@ main(int argc, char *argv[])
ipath = "/";
}
signal(SIGINT, SIG_IGN);
/* Test initial path */
if (canopendir(ipath) == 0)
printerr(1, ipath);
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar