1
0
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:
Mark Pizzolato
2014-02-01 07:04:44 -08:00
parent 235ffdb6f0
commit eaae19463c
10 changed files with 983 additions and 353 deletions

View File

@@ -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 */
};