From c8fe98bf37f5364543b365d6d423a785c3c66452 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 4 Mar 2021 09:48:53 -0500 Subject: completion working, it seems --- command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index 1c9be20..ab5d010 100644 --- a/command.h +++ b/command.h @@ -52,6 +52,7 @@ ENUM_U16 { CMD_QUIT, CMD_AUTOCOMPLETE, + CMD_AUTOCOMPLETE_BACK, CMD_COPY, CMD_CUT, @@ -141,6 +142,7 @@ static CommandName const command_names[] = { {"cut", CMD_CUT}, {"paste", CMD_PASTE}, {"autocomplete", CMD_AUTOCOMPLETE}, + {"autocomplete-back", CMD_AUTOCOMPLETE_BACK}, {"find", CMD_FIND}, {"find-replace", CMD_FIND_REPLACE}, {"tab-close", CMD_TAB_CLOSE}, -- cgit v1.2.3