aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-25 21:20:45 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-25 21:20:45 +0530
commit9ac9c1bf4fa453920a4fa8eb2516e9725eb0ce12 (patch)
tree76ab51bcabbd440aa367dc79bb41fc56fcd8784c
parent04bd1ea71d6ce1c7ea02bb2f664cb4e73323da2c (diff)
downloadnnn-9ac9c1bf4fa453920a4fa8eb2516e9725eb0ce12.tar.gz
Document #225
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed2b9ea..6890c86 100644
--- a/README.md
+++ b/README.md
@@ -418,6 +418,10 @@ Restrict opening 0-byte files due to [unexpected behaviour](https://github.com/j
export NNN_RESTRICT_0B=1
+##### 100% CPU usage
+
+There is a known issue where if you close the terminal directly with `nnn` waiting for a spawned process to exit, a deadlock occurs and `nnn` uses 100% CPU. Please see issue [#225](https://github.com/jarun/nnn/issues/225) for more details. Make sure you quit the spawned process before closing the terminal. It's not a problem if there is no spawned process.
+
#### WHY FORK?
`nnn` was initially forked from [noice](http://git.2f30.org/noice/) but is significantly [different](https://github.com/jarun/nnn/wiki/nnn-vs.-noice) today. I chose to fork because: