Skip to content

Commit dfcd538

Browse files
committed
Update URL for styled underlines protocol extension
1 parent 77fe101 commit dfcd538

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

kitty/terminfo.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ def encode_keystring(keybytes: bytes) -> str:
5353
# Terminfo extension used by tmux to detect true color support (non-standard)
5454
'Tc',
5555
# Indicates support for styled and colored underlines (non-standard) as
56-
# described at:
57-
# https://github.com/kovidgoyal/kitty/blob/master/protocol-extensions.asciidoc
56+
# described at: https://sw.kovidgoyal.net/kitty/underlines/
5857
'Su',
5958
# Indicates support for full keyboard mode (non-standard) as
6059
# described at:
@@ -275,8 +274,7 @@ def encode_keystring(keybytes: bytes) -> str:
275274
# Reset cursor color
276275
'Cr': r'\E]112\007',
277276
# Indicates support for styled and colored underlines (non-standard) as
278-
# described at:
279-
# https://github.com/kovidgoyal/kitty/blob/master/protocol-extensions.asciidoc
277+
# described at: https://sw.kovidgoyal.net/kitty/underlines/
280278
# 'Setulc' is quivalent to the 'Su' boolean capability. Until
281279
# standardized, specify both for application compatibility.
282280
'Setulc': r'\E[58:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m',

0 commit comments

Comments
 (0)