From 824c4ff4be5a0bf55b6644fed06fcfe2248c4301 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 16 Feb 2021 12:33:11 -0500 Subject: started getting :build to work --- command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index 965d568..1e15886 100644 --- a/command.h +++ b/command.h @@ -65,6 +65,8 @@ ENUM_U16 { CMD_VIEW_ONLY, // toggle view-only mode + CMD_BUILD, + CMD_ESCAPE, // by default this is the escape key. closes menus, etc. CMD_COUNT @@ -128,6 +130,7 @@ static CommandName const command_names[CMD_COUNT] = { {"increase-text-size", CMD_TEXT_SIZE_INCREASE}, {"decrease-text-size", CMD_TEXT_SIZE_DECREASE}, {"view-only", CMD_VIEW_ONLY}, + {"build", CMD_BUILD}, {"escape", CMD_ESCAPE}, }; -- cgit v1.2.3