summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
index a246439..408bfbe 100644
--- a/command.h
+++ b/command.h
@@ -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,