diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ typedef enum { CMD_DELETE, CMD_BACKSPACE_WORD, CMD_DELETE_WORD, + + CMD_INCREMENT_NUMBER, + CMD_DECREMENT_NUMBER, /// open a file CMD_OPEN, |