summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-24 13:51:36 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-24 13:51:36 -0500
commit1c68c64874fdc6a8e54603c9c315efb715e85653 (patch)
tree2410603918d216a9e098dfedaf11266646e12716 /command.h
parent2ee58f18bbf49bebb78bf5840e7f06a531fe8e28 (diff)
:split-join
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 a74f42a..a8efe35 100644
--- a/command.h
+++ b/command.h
@@ -74,6 +74,7 @@ ENUM_U16 {
CMD_SPLIT_HORIZONTAL,
CMD_SPLIT_VERTICAL,
+ CMD_SPLIT_JOIN,
CMD_ESCAPE, // by default this is the escape key. closes menus, etc.
@@ -145,6 +146,7 @@ static CommandName const command_names[CMD_COUNT] = {
{"goto-line", CMD_GOTO_LINE},
{"split-horizontal", CMD_SPLIT_HORIZONTAL},
{"split-vertical", CMD_SPLIT_VERTICAL},
+ {"split-join", CMD_SPLIT_JOIN},
{"escape", CMD_ESCAPE},
};