diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-16 07:42:05 +0200 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-20 13:43:10 +0200 |
| commit | b9991d47666bd5254ec08373cb72e4eead74a64f (patch) | |
| tree | fc5e2cdbaef7edbb3bfca6abc238857d404f5ab6 | |
| parent | 1ff82ee907a35345b361514b17628084345205e7 (diff) | |
| download | xK-b9991d47666bd5254ec08373cb72e4eead74a64f.tar.gz xK-b9991d47666bd5254ec08373cb72e4eead74a64f.tar.xz xK-b9991d47666bd5254ec08373cb72e4eead74a64f.zip | |
degesch: update comment to reflect reality
| -rw-r--r-- | degesch.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |
