diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-09-05 09:20:35 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-09-05 09:20:35 +1000 |
| commit | a6644d3034eba2db1db6cd3832488897ffb78921 (patch) | |
| tree | 368e699c29c810935f18a2afa3d46d35aeb8d054 /src | |
| parent | e32b2156d9fe580074b18f13554e30348a3c8866 (diff) | |
Fix strikethrough support in face to string conversion
Diffstat (limited to 'src')
| -rw-r--r-- | src/face_registry.cc | 1 |
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" }, |
