瀏覽代碼

Update docs

master
Arun Prakash Jana 6 年之前
父節點
當前提交
0f7cdfb3b2
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 2 個檔案被更改,包括 2 行新增3 行删除
  1. +0
    -1
      README.md
  2. +2
    -2
      src/nnn.c

+ 0
- 1
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)


+ 2
- 2
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


Loading…
取消
儲存