Add the Sync non-standard capability for synchronized updates to terminfo

Since the geniuses at terminal-wg are trying their best to create chaos
by retroactively changing the escape code used for this feature, it is
good to have a property for it in terminfo. Since tmux already uses Sync
for it, follow that in kitty's terminfo.
This commit is contained in:
Kovid Goyal
2021-07-01 08:48:59 +05:30
parent 64810e0e0b
commit b2a219f9d8
3 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ xterm-kitty|KovIdTTY,
lines#24,
pairs#32767,
Smulx=\E[4:%p1%dm,
Sync=\EP=%p1%ds\E\,
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
bel=^G,
bold=\E[1m,

Binary file not shown.