diff options
Diffstat (limited to 'src/fe-text/term.h')
-rw-r--r-- | src/fe-text/term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/term.h b/src/fe-text/term.h index 2334edaf..d0cc637f 100644 --- a/src/fe-text/term.h +++ b/src/fe-text/term.h @@ -13,7 +13,7 @@ typedef struct _TERM_WINDOW TERM_WINDOW; #define ATTR_RESET (ATTR_RESETFG|ATTR_RESETBG) -#define ATTR_NOCOLORS (ATTR_UNDERLINE|ATTR_REVERSE) +#define ATTR_NOCOLORS (ATTR_UNDERLINE|ATTR_REVERSE|ATTR_BLINK|ATTR_BOLD) /* terminal types */ #define TERM_TYPE_8BIT 0 /* normal 8bit text */ |