Added main.help.header theme option

This commit is contained in:
Frank Zschockelt
2016-10-29 17:27:32 +02:00
parent eac6b52e05
commit c0f099cb84
4 changed files with 14 additions and 11 deletions

View File

@@ -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;