aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-10 13:56:14 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-10 13:56:14 +0530
commit0f7cdfb3b2e66155a9d88b9713b7fa335ea1777a (patch)
treeec5993f95771ecc28eb17e0908e1e478d4fa79fd
parenta4eb852dba1cbe89b21f75d514a18d7bafb95805 (diff)
downloadnnn-0f7cdfb3b2e66155a9d88b9713b7fa335ea1777a.tar.gz
Update docs
-rw-r--r--README.md1
-rw-r--r--src/nnn.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index d443b7d..32a1374 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,6 @@ It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Te
- Open with desktop opener (default) or specify a custom app
- Create, list and extract archives (needs atool/patool)
- Optionally open text files in EDITOR (fallback vi)
- - Customizable script to handle actions (sparsely used)
- Information
- Detailed stat-like file information
- Media information (needs mediainfo or exiftool, if specified)
diff --git a/src/nnn.c b/src/nnn.c
index 575f91d..e49493f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1014,8 +1014,8 @@ static int nextsel(char **run, char **env, int *presel)
if (c == -1) {
++idle;
- /* Do not check for directory changes in du
- * mode. A redraw forces du calculation.
+ /*
+ * Do not check for directory changes in du mode. A redraw forces du calculation.
* Check for changes every odd second.
*/
#ifdef LINUX_INOTIFY