瀏覽代碼

Users understand 'DIR' easier then 'cwd'

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

+ 2
- 2
nnn.c 查看文件

@@ -3,7 +3,7 @@
/*
* Visual layout:
* .---------
* | cwd: /mnt/path
* | DIR: /mnt/path
* |
* | file0
* | file1
@@ -148,7 +148,7 @@ disabledbg()
#define TOUPPER(ch) \
(((ch) >= 'a' && (ch) <= 'z') ? ((ch) - 'a' + 'A') : (ch))
#define MAX_CMD_LEN 5120
#define CWD "cwd: "
#define CWD "DIR: "
#define CURSR " > "
#define EMPTY " "
#define CURSYM(flag) (flag ? CURSR : EMPTY)


Loading…
取消
儲存