diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,8 @@ ENUM_U16 { CMD_BUILD, CMD_BUILD_PREV_ERROR, CMD_BUILD_NEXT_ERROR, + + CMD_OPEN_DEFINITION_MENU, // "go to definition of..." CMD_ESCAPE, // by default this is the escape key. closes menus, etc. @@ -135,6 +137,7 @@ static CommandName const command_names[CMD_COUNT] = { {"build", CMD_BUILD}, {"build-prev-error", CMD_BUILD_PREV_ERROR}, {"build-next-error", CMD_BUILD_NEXT_ERROR}, + {"open-definition-menu", CMD_OPEN_DEFINITION_MENU}, {"escape", CMD_ESCAPE}, }; |