diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}, }; |