aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-16 07:42:05 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-20 13:43:10 +0200
commitb9991d47666bd5254ec08373cb72e4eead74a64f (patch)
treefc5e2cdbaef7edbb3bfca6abc238857d404f5ab6 /degesch.c
parent1ff82ee907a35345b361514b17628084345205e7 (diff)
downloadxK-b9991d47666bd5254ec08373cb72e4eead74a64f.tar.gz
xK-b9991d47666bd5254ec08373cb72e4eead74a64f.tar.xz
xK-b9991d47666bd5254ec08373cb72e4eead74a64f.zip
degesch: update comment to reflect reality
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c3
1 files changed, 2 insertions, 1 deletions
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;
}