From 854b8e84f7c723abc7496f30ed10c2241fb9f91d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 21 Nov 2016 10:38:12 +0530 Subject: [PATCH] Annotate terminfo features --- terminfo/kitty.terminfo | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/terminfo/kitty.terminfo b/terminfo/kitty.terminfo index 65857a716..ec2a6d7cb 100644 --- a/terminfo/kitty.terminfo +++ b/terminfo/kitty.terminfo @@ -1,13 +1,23 @@ # vim: noet:ts=8:sw=8:sts=0 xterm-kitty|KovIdTTY, +# auto_right_margin (terminal has automatic margins) am, +# can_change (terminal can redefine existing colors) ccc, +# has_meta key (i.e. sets the eight bit) km, +# prtr_silent (printer will not echo on screen) mc5i, +# move_insert_mode (safe to move while in insert mode) mir, +# move_standout_mode (safe to move while in standout mode) msgr, +# no_pad_char (pad character does not exist) npc, +# eat_newline_glitch (newline ignored after 80 columns) xenl, +# has_status_line (has extra status line) + hs, colors#256, cols#80, it#8, @@ -115,7 +125,6 @@ xterm-kitty|KovIdTTY, u8=\E[?1;2c, u9=\E[c, vpa=\E[%i%p1%dd, - hs, tsl=\E]2;, fsl=^G, dsl=\E]2;\007,