Ver código fonte

Notify FIFO readers on exit (if any) (#581)

This allows to close preview windows opened just before exiting nnn.
master
lvgx GitHub 5 anos atrás
pai
commit
0c916ae7b0
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c Ver arquivo

@@ -7291,6 +7291,7 @@ int main(int argc, char *argv[])
#endif

#ifndef NOFIFO
notify_fifo();
if (fifofd != -1)
close(fifofd);
#endif


Carregando…
Cancelar
Salvar