help_colors        57 lib/widget/dialog.c dlg_colors_t help_colors;
help_colors       480 lib/widget/dialog.c     help_colors[DLG_COLOR_NORMAL] = HELP_NORMAL_COLOR;
help_colors       481 lib/widget/dialog.c     help_colors[DLG_COLOR_FOCUS] = 0;  // unused
help_colors       482 lib/widget/dialog.c     help_colors[DLG_COLOR_HOT_NORMAL] = HELP_BOLD_COLOR;
help_colors       483 lib/widget/dialog.c     help_colors[DLG_COLOR_HOT_FOCUS] = 0;        // unused
help_colors       484 lib/widget/dialog.c     help_colors[DLG_COLOR_SELECTED_NORMAL] = 0;  // unused
help_colors       485 lib/widget/dialog.c     help_colors[DLG_COLOR_SELECTED_FOCUS] = 0;   // unused
help_colors       486 lib/widget/dialog.c     help_colors[DLG_COLOR_TITLE] = HELP_TITLE_COLOR;
help_colors        94 lib/widget/dialog.h extern dlg_colors_t help_colors;
help_colors      1180 src/help.c                             FALSE, help_colors, help_callback, NULL, "[Help]", _ ("Help"));