summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-09-08 18:24:36 +0200
committerDave Davenport <qball@gmpclient.org>2020-09-08 18:24:36 +0200
commit6a38f88e98ea584c429a6c47c06c55afc5f9b941 (patch)
tree355862a024391dc74fcee6d08c2f62f6d6bec63f /include
parent96cd34d24f7116c0fd37bf8571ee3ae79f9ad227 (diff)
Split MENU_QUICK_SWITCH into MENU_CUSTOM_COMMAND/QUICK_SWITCH
Diffstat (limited to 'include')
-rw-r--r--include/mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index ab3c6095..5969ef8e 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -77,6 +77,8 @@ typedef enum
MENU_ENTRY_DELETE = 0x00100000,
/** User wants to jump to another switcher. */
MENU_QUICK_SWITCH = 0x00200000,
+ /** User wants to jump to custom command. */
+ MENU_CUSTOM_COMMAND= 0x00800000,
/** Go to the previous menu. */
MENU_PREVIOUS = 0x00400000,
/** Bindings specifics */