From b9991d47666bd5254ec08373cb72e4eead74a64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 16 Sep 2020 07:42:05 +0200 Subject: [PATCH] degesch: update comment to reflect reality --- degesch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index 5f5b792..d25a240 100644 --- a/degesch.c +++ b/degesch.c @@ -2892,8 +2892,9 @@ attr_printer_apply (struct attr_printer *self, } else { - // This is what works on normal, decent terminals + // This often works, however... if (fg_is_bright) text_attrs |= TEXT_BOLD; + // this turns out to be annoying if implemented "correctly" if (bg_is_bright) text_attrs |= TEXT_BLINK; }