summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/theme.c b/source/theme.c
index 03f3e859..601738ea 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -169,6 +169,9 @@ static void rofi_theme_print_property_index ( size_t pnl, int depth, Property *p
if ( p->value.highlight.style & HL_UNDERLINE ) {
printf ( "underline " );
}
+ if ( p->value.highlight.style & HL_STRIKETHROUGH ) {
+ printf ( "strikethrough " );
+ }
if ( p->value.highlight.style & HL_ITALIC ) {
printf ( "italic " );
}