DLG_COLOR_FOCUS 456 lib/widget/dialog.c dialog_colors[DLG_COLOR_FOCUS] = COLOR_FOCUS; DLG_COLOR_FOCUS 462 lib/widget/dialog.c alarm_colors[DLG_COLOR_FOCUS] = ERROR_FOCUS; DLG_COLOR_FOCUS 468 lib/widget/dialog.c listbox_colors[DLG_COLOR_FOCUS] = PMENU_SELECTED_COLOR; DLG_COLOR_FOCUS 151 lib/widget/listbox.c selc = disabled ? DISABLED_COLOR : colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_FOCUS]; DLG_COLOR_FOCUS 472 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL]; DLG_COLOR_FOCUS 357 src/filemanager/tree.c int idx = current == tree->selected_ptr ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL;