File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments