diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-07-03 09:46:37 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-07-03 10:24:20 +0530 |
commit | be8e9d5213db10deb02f41c4c43651f1767125b7 (patch) | |
tree | afe24e9337ef107c34d0401466642cea056baa43 /config.def.h | |
parent | be8e4d85524a454096c960af32f9571dbad60a08 (diff) | |
download | nnn-be8e9d5213db10deb02f41c4c43651f1767125b7.tar.gz |
Re-format help
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 7bf1465..45f036e 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,4 @@ /* See LICENSE file for copyright and license details. */ -#define CWD "cwd: " -#define CURSR " > " -#define EMPTY " " #define CONTROL(c) ((c) ^ 0x40) /* Supported actions */ |