]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 10 Nov 2018 08:26:14 +0000 (13:56 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 10 Nov 2018 08:26:14 +0000 (13:56 +0530)
README.md
src/nnn.c

index d443b7dc114745968e30b2881da25a6da6f2ae67..32a13741a162d48b2840e0b36451e3459657548b 100644 (file)
--- 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)
index 575f91d5df22c5ee2d0049951db2f0239e8d2688..e49493f8df324c05071ad1cc395ab00d1951ba71 100644 (file)
--- 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