Merge pull request #2313 from rockorager/sgr-21

sgr: add support for legacy double underline
This commit is contained in:
Mitchell Hashimoto
2024-09-28 10:34:54 -07:00
committed by GitHub

View File

@ -165,6 +165,8 @@ pub const Parser = struct {
9 => return Attribute{ .strikethrough = {} }, 9 => return Attribute{ .strikethrough = {} },
21 => return Attribute{ .underline = .double },
22 => return Attribute{ .reset_bold = {} }, 22 => return Attribute{ .reset_bold = {} },
23 => return Attribute{ .reset_italic = {} }, 23 => return Attribute{ .reset_italic = {} },