mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Merge pull request #2313 from rockorager/sgr-21
sgr: add support for legacy double underline
This commit is contained in:
@ -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 = {} },
|
||||||
|
Reference in New Issue
Block a user