summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/json_ui.cc')
-rw-r--r--src/json_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc
index f5ae1f1f..8f0af46d 100644
--- a/src/json_ui.cc
+++ b/src/json_ui.cc
@@ -38,6 +38,7 @@ String to_json(Attribute attributes)
struct Attr { Attribute attr; StringView name; }
attrs[] {
{ Attribute::Underline, "underline" },
+ { Attribute::CurlyUnderline, "curly_underline" },
{ Attribute::Reverse, "reverse" },
{ Attribute::Blink, "blink" },
{ Attribute::Bold, "bold" },