summaryrefslogtreecommitdiffstats
path: root/include/theme.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-18 07:59:37 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-18 07:59:37 +0200
commit72afc7b0399834bc2b6c3a45f761b548f47b3cab (patch)
treeae1eb158807ee04553d359d948f7b0a060c09030 /include/theme.h
parentbcea55c398c9f9a77aeb045d264c67fee3bfba09 (diff)
Add strikethrough highlight method.
Diffstat (limited to 'include/theme.h')
-rw-r--r--include/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index 16d03c1d..e6ca825f 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -42,6 +42,8 @@ typedef enum
HL_BOLD = 1,
/** underline */
HL_UNDERLINE = 2,
+ /** strikethrough */
+ HL_STRIKETHROUGH = 16,
/** italic */
HL_ITALIC = 4,
/** color */