From e10e68bfd7adda727d18dca27196798400f1a119 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 16 Feb 2021 18:08:22 -0500 Subject: :build somewhat working! --- command.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index 1e15886..61fd04b 100644 --- a/command.h +++ b/command.h @@ -66,6 +66,8 @@ ENUM_U16 { CMD_VIEW_ONLY, // toggle view-only mode CMD_BUILD, + CMD_BUILD_PREV_ERROR, + CMD_BUILD_NEXT_ERROR, CMD_ESCAPE, // by default this is the escape key. closes menus, etc. @@ -131,6 +133,8 @@ static CommandName const command_names[CMD_COUNT] = { {"decrease-text-size", CMD_TEXT_SIZE_DECREASE}, {"view-only", CMD_VIEW_ONLY}, {"build", CMD_BUILD}, + {"build-prev-error", CMD_BUILD_PREV_ERROR}, + {"build-next-error", CMD_BUILD_NEXT_ERROR}, {"escape", CMD_ESCAPE}, }; -- cgit v1.2.3