From 3c6c36487f0cd357af9f6c4cb74bb11443166628 Mon Sep 17 00:00:00 2001 From: Joseph Adams Date: Tue, 18 Jan 2022 12:13:51 +0100 Subject: [PATCH] Update underline documentation --- docs/underlines.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/underlines.rst b/docs/underlines.rst index de63eaae2..f4407ffa4 100644 --- a/docs/underlines.rst +++ b/docs/underlines.rst @@ -13,8 +13,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) + [4:4m # this is a dotted underline + [4:5m # this is a dashed underline [4m # this is a straight underline (for backwards compat) [24m # this is no underline (for backwards compat)