degesch: update comment to reflect reality

This commit is contained in:
Přemysl Eric Janouch 2020-09-16 07:42:05 +02:00
parent 1ff82ee907
commit b9991d4766
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}