summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-09-05 09:20:35 +1000
committerMaxime Coste <mawww@kakoune.org>2021-09-05 09:20:35 +1000
commita6644d3034eba2db1db6cd3832488897ffb78921 (patch)
tree368e699c29c810935f18a2afa3d46d35aeb8d054 /src
parente32b2156d9fe580074b18f13554e30348a3c8866 (diff)
Fix strikethrough support in face to string conversion
Diffstat (limited to 'src')
-rw-r--r--src/face_registry.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/face_registry.cc b/src/face_registry.cc
index 8bf43bcb..638059ac 100644
--- a/src/face_registry.cc
+++ b/src/face_registry.cc
@@ -70,6 +70,7 @@ String to_string(Attribute attributes)
{ Attribute::Bold, "b" },
{ Attribute::Dim, "d" },
{ Attribute::Italic, "i" },
+ { Attribute::Strikethrough, "s" },
{ Attribute::Final, "F" },
{ Attribute::FinalFg, "f" },
{ Attribute::FinalBg, "g" },