Changeset 1370:51b25c49c0c4 for color.c
Legend:
- Unmodified
- Added
- Removed
-
color.c
r1096 r1370 704 704 #ifdef HAVE_COLOR 705 705 # ifdef HAVE_USE_DEFAULT_COLORS 706 if (has_colors() && use_default_colors () != OK 707 && (fg == COLOR_DEFAULT || bg == COLOR_DEFAULT)) 706 if (has_colors() 707 /* delay use_default_colors() until needed, since it initializes things */ 708 && (fg == COLOR_DEFAULT || bg == COLOR_DEFAULT) 709 && use_default_colors () != OK) 708 710 { 709 711 strfcpy (err->data, _("default colors not supported"), err->dsize);
