diff options
author | pommicket <pommicket@gmail.com> | 2023-03-23 15:40:43 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-23 15:40:43 -0400 |
commit | 6643ff4c14cc27bf80189aadaf65c36ac2e7307f (patch) | |
tree | 4c2655192551a0298378024e24470e83776cddb5 /command.h | |
parent | f47b513f8ac32d5eeebc1de187232c99751562a2 (diff) |
increment-number and decrement-number
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, |