瀏覽代碼

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

This allows to close preview windows opened just before exiting nnn.
master
lvgx GitHub 4 年之前
父節點
當前提交
0c916ae7b0
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c 查看文件

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

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


Loading…
取消
儲存