Kaynağa Gözat
Notify FIFO readers on exit (if any) (#581)
This allows to close preview windows opened just before exiting nnn.
master
lvgx
GitHub
5 yıl önce
ebeveyn
işleme
0c916ae7b0
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
src/nnn.c
|
|
@@ -7291,6 +7291,7 @@ int main(int argc, char *argv[]) |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef NOFIFO |
|
|
|
notify_fifo(); |
|
|
|
if (fifofd != -1) |
|
|
|
close(fifofd); |
|
|
|
#endif |
|
|
|