mirror of
https://github.com/simh/simh.git
synced 2026-02-06 00:15:40 +00:00
SCP: Initial merge of old style single line help with hierarchical help
This commit is contained in:
@@ -549,7 +549,8 @@ struct sim_ctab {
|
||||
t_stat (*action)(int32 flag, char *cptr);
|
||||
/* action routine */
|
||||
int32 arg; /* argument */
|
||||
char *help; /* help string */
|
||||
const char *help; /* help string/structured locator */
|
||||
const char *help_base; /* structured help base*/
|
||||
void (*message)(const char *unechoed_cmdline, t_stat stat);
|
||||
/* message printing routine */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user