Merge branch 'dotted-dashed-underline' of https://github.com/jcla1/kitty

This commit is contained in:
Kovid Goyal
2022-01-18 21:03:30 +05:30
7 changed files with 33 additions and 16 deletions

View File

@@ -13,8 +13,8 @@ To set the underline style::
<ESC>[4:1m # this is a straight underline
<ESC>[4:2m # this is a double underline
<ESC>[4:3m # this is a curly underline
<ESC>[4:4m # this is a dotted underline (not implemented in kitty)
<ESC>[4:5m # this is a dashed underline (not implemented in kitty)
<ESC>[4:4m # this is a dotted underline
<ESC>[4:5m # this is a dashed underline
<ESC>[4m # this is a straight underline (for backwards compat)
<ESC>[24m # this is no underline (for backwards compat)