Sfoglia il codice sorgente

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

This allows to close preview windows opened just before exiting nnn.
master
lvgx GitHub 5 anni fa
parent
commit
0c916ae7b0
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c Vedi File

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

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


Loading…
Annulla
Salva