mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 09:16:21 +00:00
Added main.help.header theme option
This commit is contained in:
@@ -1483,9 +1483,9 @@ _cmd_help_cmd_list(const char *const tag)
|
||||
cons_show("");
|
||||
ProfWin *console = wins_get_console();
|
||||
if (tag) {
|
||||
win_println(console, THEME_WHITE_BOLD, '-', "%s commands", tag);
|
||||
win_println(console, THEME_HELP_HEADER, '-', "%s commands", tag);
|
||||
} else {
|
||||
win_println(console, THEME_WHITE_BOLD, '-', "All commands");
|
||||
win_println(console, THEME_HELP_HEADER, '-', "All commands");
|
||||
}
|
||||
|
||||
GList *ordered_commands = NULL;
|
||||
|
||||
Reference in New Issue
Block a user