summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-06 13:35:31 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-06 13:35:31 -0500
commit9e055b2e25455fc4fa0376495ccc9335059f3131 (patch)
treeef9e2362dece86193c07d8e1fcf40923b8a8caca /command.h
parent306505e714b7caf146b8ec8386b407d57555563d (diff)
start open menu
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/command.h b/command.h
index 7744fdb..db0080e 100644
--- a/command.h
+++ b/command.h
@@ -34,6 +34,7 @@ ENUM_U16 {
CMD_BACKSPACE_WORD,
CMD_DELETE_WORD,
+ CMD_OPEN,
CMD_SAVE,
CMD_UNDO,
CMD_REDO,
@@ -78,6 +79,7 @@ static CommandName const command_names[CMD_COUNT] = {
{"delete", CMD_DELETE},
{"backspace-word", CMD_BACKSPACE_WORD},
{"delete-word", CMD_DELETE_WORD},
+ {"open", CMD_OPEN},
{"save", CMD_SAVE},
{"undo", CMD_UNDO},
{"redo", CMD_REDO},