diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-14 21:06:14 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 21:06:14 +1000 |
| commit | a0a000951e5569fc9af309dc329b759fe6e1d2e8 (patch) | |
| tree | 1aac458e9c0dddfa8210d173c26edc1ba82b5d69 /src/json_ui.cc | |
| parent | c8f8548130d07c210d4fec0188f52633858ed228 (diff) | |
| parent | 2ab35fbb23baad69792d4cf45a3af83e2227c5af (diff) | |
Merge remote-tracking branch 'arrufat/support-double-underline'
Diffstat (limited to 'src/json_ui.cc')
| -rw-r--r-- | src/json_ui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc index 1efbf2a5..9d694c56 100644 --- a/src/json_ui.cc +++ b/src/json_ui.cc @@ -40,6 +40,7 @@ String to_json(Attribute attributes) attrs[] { { Attribute::Underline, "underline" }, { Attribute::CurlyUnderline, "curly_underline" }, + { Attribute::DoubleUnderline, "double_underline" }, { Attribute::Reverse, "reverse" }, { Attribute::Blink, "blink" }, { Attribute::Bold, "bold" }, |
