diff options
Diffstat (limited to 'vui.c')
| -rw-r--r-- | vui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ static void attr_chg(VuiAttr *ptr, VuiAttr to) { if (from == to) return; /* bold colors will keep the terminal bold, even on changing after */ - if ((from & 8) && (~to & 8)) { + if ((from & 8) && (~to & 8) && (~to & A_BOLD)) { from |= A_BOLD; } |
