diff --git a/protocol-extensions.asciidoc b/protocol-extensions.asciidoc index 3bf53d467..209686cc5 100644 --- a/protocol-extensions.asciidoc +++ b/protocol-extensions.asciidoc @@ -35,6 +35,8 @@ To set the underline style: [4:1m # this is a straight underline [4:2m # this is a double underline [4:3m # this is a curly underline +[4:4m # this is a dotted underline (not implemented in kitty) +[4:5m # this is a dashed underline (not implemented in kitty) [4m # this is a straight underline (for backwards compat) [24m # this is no underline (for backwards compat) ```