summaryrefslogtreecommitdiffstats
path: root/include/theme.h
diff options
context:
space:
mode:
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 */