diff options
Diffstat (limited to '')
-rw-r--r-- | src/colors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colors.c b/src/colors.c index 2a1c04c03..692f01ecd 100644 --- a/src/colors.c +++ b/src/colors.c @@ -263,7 +263,7 @@ colors_start(void) list=list->next; } } - else if( !can_change_color() ) + else if( color_definition_list && !can_change_color() ) fprintf(stderr, _("Terminal lacks support for changing colors!\n")); if( options.enable_colors ) |