Mark extended commands accepting m-prefix in the command flags

This commit is contained in:
Pasi Kallinen
2022-01-04 19:29:15 +02:00
parent 565ed29caf
commit f065cf01c1
2 changed files with 22 additions and 40 deletions

View File

@@ -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;