Make sure that font is always visible on white background. --- monitor/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/display.h b/monitor/display.h index e627401..df08362 100644 --- a/monitor/display.h +++ b/monitor/display.h @@ -35,7 +35,7 @@ bool use_color(void); #define COLOR_MAGENTA "\x1B[0;35m" #define COLOR_CYAN "\x1B[0;36m" #define COLOR_WHITE "\x1B[0;37m" -#define COLOR_WHITE_BG "\x1B[0;47m" +#define COLOR_WHITE_BG "\x1B[0;47;30m" #define COLOR_HIGHLIGHT "\x1B[1;39m" #define COLOR_ERROR "\x1B[1;31m" -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html