help_colors        49 lib/widget/dialog.c dlg_colors_t help_colors;
help_colors       451 lib/widget/dialog.c     help_colors[DLG_COLOR_NORMAL] = HELP_NORMAL_COLOR;
help_colors       452 lib/widget/dialog.c     help_colors[DLG_COLOR_FOCUS] = 0;  // unused
help_colors       453 lib/widget/dialog.c     help_colors[DLG_COLOR_HOT_NORMAL] = HELP_BOLD_COLOR;
help_colors       454 lib/widget/dialog.c     help_colors[DLG_COLOR_HOT_FOCUS] = 0;        // unused
help_colors       455 lib/widget/dialog.c     help_colors[DLG_COLOR_SELECTED_NORMAL] = 0;  // unused
help_colors       456 lib/widget/dialog.c     help_colors[DLG_COLOR_SELECTED_FOCUS] = 0;   // unused
help_colors       457 lib/widget/dialog.c     help_colors[DLG_COLOR_TITLE] = HELP_TITLE_COLOR;
help_colors       458 lib/widget/dialog.c     help_colors[DLG_COLOR_FRAME] = HELP_FRAME_COLOR;
help_colors        95 lib/widget/dialog.h extern dlg_colors_t help_colors;
help_colors      1180 src/help.c                             FALSE, help_colors, help_callback, NULL, "[Help]", _ ("Help"));