Update URL for styled underlines protocol extension
This commit is contained in:
parent
77fe101cb9
commit
dfcd5381d9
1 changed files with 2 additions and 4 deletions
|
|
@ -53,8 +53,7 @@ def encode_keystring(keybytes: bytes) -> str:
|
|||
# Terminfo extension used by tmux to detect true color support (non-standard)
|
||||
'Tc',
|
||||
# Indicates support for styled and colored underlines (non-standard) as
|
||||
# described at:
|
||||
# https://github.com/kovidgoyal/kitty/blob/master/protocol-extensions.asciidoc
|
||||
# described at: https://sw.kovidgoyal.net/kitty/underlines/
|
||||
'Su',
|
||||
# Indicates support for full keyboard mode (non-standard) as
|
||||
# described at:
|
||||
|
|
@ -275,8 +274,7 @@ def encode_keystring(keybytes: bytes) -> str:
|
|||
# Reset cursor color
|
||||
'Cr': r'\E]112\007',
|
||||
# Indicates support for styled and colored underlines (non-standard) as
|
||||
# described at:
|
||||
# https://github.com/kovidgoyal/kitty/blob/master/protocol-extensions.asciidoc
|
||||
# described at: https://sw.kovidgoyal.net/kitty/underlines/
|
||||
# 'Setulc' is quivalent to the 'Su' boolean capability. Until
|
||||
# standardized, specify both for application compatibility.
|
||||
'Setulc': r'\E[58:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m',
|
||||
|
|
|
|||
Loading…
Reference in a new issue