Ver código fonte

Users understand 'DIR' easier then 'cwd'

master
Arun Prakash Jana 7 anos atrás
pai
commit
8189411aef
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      nnn.c

+ 2
- 2
nnn.c Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar