summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-25 20:12:55 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-25 20:12:55 -0500
commitbf9a22bfff4051a70dcebbcd471eddb7b7724f7a (patch)
tree45c1864c78c6744977e39a994a1736712c419e9b /command.h
parent261c177480a0379e77af6ad36a6259f751a504c7 (diff)
clip selector, save as
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 2372e37..79d8a1d 100644
--- a/command.h
+++ b/command.h
@@ -36,6 +36,7 @@ ENUM_U16 {
CMD_OPEN, // open a file
CMD_SAVE, // save current buffer
+ CMD_SAVE_AS,
CMD_UNDO,
CMD_REDO,
CMD_COPY,
@@ -88,6 +89,7 @@ static CommandName const command_names[CMD_COUNT] = {
{"delete-word", CMD_DELETE_WORD},
{"open", CMD_OPEN},
{"save", CMD_SAVE},
+ {"save-as", CMD_SAVE_AS},
{"undo", CMD_UNDO},
{"redo", CMD_REDO},
{"copy", CMD_COPY},