summaryrefslogtreecommitdiffstats
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index fd4f8ae6..080eaccd 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -81,6 +81,8 @@ typedef enum
MENU_CUSTOM_COMMAND = 0x00800000,
/** Go to the previous menu. */
MENU_PREVIOUS = 0x00400000,
+ /** Go to the complete. */
+ MENU_COMPLETE = 0x01000000,
/** Bindings specifics */
MENU_CUSTOM_ACTION = 0x10000000,
/** Mask */