diff --git a/docs/changelog.rst b/docs/changelog.rst index 7b8a11deb..1352441e2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,9 @@ To update |kitty|, :doc:`follow the instructions `. - Add support for the color settings stack that XTerm copied from us without acknowledgement and decided to use incompatible escape codes for. +- Add entries to the terminfo file for some user capabilities that are shared + with XTerm (:pull:`3193`) + 0.19.3 [2020-12-19] ------------------- diff --git a/terminfo/kitty.terminfo b/terminfo/kitty.terminfo index c5ca815cc..d081293ab 100644 --- a/terminfo/kitty.terminfo +++ b/terminfo/kitty.terminfo @@ -236,4 +236,8 @@ xterm-kitty|KovIdTTY, smxx=\E[9m, tbc=\E[3g, tsl=\E]2;, + u6=\E[%i%d;%dR, + u7=\E[6n, + u8=\E[?%[;0123456789]c, + u9=\E[c, vpa=\E[%i%p1%dd, diff --git a/terminfo/x/xterm-kitty b/terminfo/x/xterm-kitty index 378be2c5c..bde658ee9 100644 Binary files a/terminfo/x/xterm-kitty and b/terminfo/x/xterm-kitty differ