diff options
Diffstat (limited to 'src/ascii.h')
-rw-r--r-- | src/ascii.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ascii.h b/src/ascii.h index e63bdb2fde..cf488c56a7 100644 --- a/src/ascii.h +++ b/src/ascii.h @@ -22,6 +22,7 @@ #define CharOrdUp(x) ((x) - 'A') #define ROT13(c, a) (((((c) - (a)) + 13) % 26) + (a)) +#define NUL '\000' #define BELL '\007' #define BS '\010' #define TAB '\011' |