From 6643ff4c14cc27bf80189aadaf65c36ac2e7307f Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 23 Mar 2023 15:40:43 -0400 Subject: increment-number and decrement-number --- command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.h') 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, -- cgit v1.2.3