summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/command.h b/command.h
index 41bab31..1c9be20 100644
--- a/command.h
+++ b/command.h
@@ -50,7 +50,9 @@ ENUM_U16 {
CMD_COMMAND_SELECTOR,
CMD_OPEN_CONFIG,
CMD_QUIT,
-
+
+ CMD_AUTOCOMPLETE,
+
CMD_COPY,
CMD_CUT,
CMD_PASTE,
@@ -138,6 +140,7 @@ static CommandName const command_names[] = {
{"copy", CMD_COPY},
{"cut", CMD_CUT},
{"paste", CMD_PASTE},
+ {"autocomplete", CMD_AUTOCOMPLETE},
{"find", CMD_FIND},
{"find-replace", CMD_FIND_REPLACE},
{"tab-close", CMD_TAB_CLOSE},