diff options
Diffstat (limited to 'src/core-commands.h')
-rw-r--r-- | src/core-commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core-commands.h b/src/core-commands.h index 8ce7be7..523ba28 100644 --- a/src/core-commands.h +++ b/src/core-commands.h @@ -22,6 +22,9 @@ #include "parser.h" #include "string-utils.h" +/** non-operational characters in teco_state_start */ +#define TECO_NOOPS " \f\r\n\v" + /* * FIXME: Most of these states can probably be private/static * as they are only referenced from teco_state_start. |