Skip to content

base underline style and color extension support#56

Open
rysson wants to merge 1 commit into
feluxe:masterfrom
rysson:issue/54-underline_extension
Open

base underline style and color extension support#56
rysson wants to merge 1 commit into
feluxe:masterfrom
rysson:issue/54-underline_extension

Conversation

@rysson
Copy link
Copy Markdown

@rysson rysson commented Jan 14, 2025

No bug found for one year, I create PR.

Support for underline style and color extension

<ESC>[4:0m  # no underline
<ESC>[4:1m  # straight underline
<ESC>[4:2m  # double underline
<ESC>[4:3m  # curly underline
<ESC>[4:4m  # dotted underline
<ESC>[4:5m  # dashed underline
<ESC>[4m    # straight underline (for backwards compat)
<ESC>[24m   # no underline (for backwards compat)

<ESC>[58...m   # set the underline color
<ESC>[59m      # reset the underline color 

@LcyDev
Copy link
Copy Markdown

LcyDev commented Jul 12, 2025

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants