aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.h b/term.h
index 3938862..5dfcfc8 100644
--- a/term.h
+++ b/term.h
@@ -41,6 +41,8 @@ struct runes_term {
int readlen;
int remaininglen;
+ char bold_is_bright;
+ char bold_is_bold;
char bold;
char inverse;
char hide_cursor;