mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 12:26:22 +00:00
Split help into sections
Most of the time complete help was too big for the screen
This commit is contained in:
4
src/ui.h
4
src/ui.h
@@ -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, ...);
|
||||
|
||||
Reference in New Issue
Block a user