Mark extended commands accepting m-prefix in the command flags
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#define CMD_NOT_AVAILABLE 0x10 /* recognized but non-functional (!SHELL,&c) */
|
||||
#define NOFUZZERCMD 0x20 /* fuzzer cannot execute this command */
|
||||
#define INTERNALCMD 0x40 /* only for internal use, not for user */
|
||||
#define CMD_M_PREFIX 0x80 /* accepts menu prefix */
|
||||
|
||||
struct ext_func_tab {
|
||||
uchar key;
|
||||
|
||||
Reference in New Issue
Block a user