summaryrefslogtreecommitdiffstats
path: root/src/color.h
diff options
context:
space:
mode:
authorBenjamin Titmus <Benjamin.Titmus@arm.com>2020-11-13 21:24:20 +0000
committerBenjamin Titmus <Benjamin.Titmus@arm.com>2020-11-13 21:24:20 +0000
commit3806c6b10abf130d1c06e2d0fb99e9f319986f55 (patch)
tree44efba753feb50fde1c5425dec0730c394ba880a /src/color.h
parentbdd936a12c68f74419e3307760439335e1b18133 (diff)
Add italic option to colors
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h
index 151a9ce..4dc5b82 100644
--- a/src/color.h
+++ b/src/color.h
@@ -50,6 +50,7 @@ struct ucolor {
int fg;
int bg;
int bold;
+ int italic;
int dim;
int reverse;
int standout;