Split help into sections

Most of the time complete help was too big for the screen
This commit is contained in:
James Booth
2012-10-22 23:58:47 +01:00
parent f5f7b99e1a
commit 15de3d4a8f
3 changed files with 63 additions and 3 deletions

View File

@@ -104,6 +104,10 @@ void win_remind(void);
// console window actions
void cons_help(void);
void cons_basic_help(void);
void cons_settings_help(void);
void cons_status_help(void);
void cons_navigation_help(void);
void cons_prefs(void);
void cons_bad_command(const char * const cmd);
void cons_show(const char * const cmd, ...);