Annotate terminfo features

This commit is contained in:
Kovid Goyal 2016-11-21 10:38:12 +05:30
parent 3c8d2dce36
commit 854b8e84f7

View File

@ -1,13 +1,23 @@
# vim: noet:ts=8:sw=8:sts=0 # vim: noet:ts=8:sw=8:sts=0
xterm-kitty|KovIdTTY, xterm-kitty|KovIdTTY,
# auto_right_margin (terminal has automatic margins)
am, am,
# can_change (terminal can redefine existing colors)
ccc, ccc,
# has_meta key (i.e. sets the eight bit)
km, km,
# prtr_silent (printer will not echo on screen)
mc5i, mc5i,
# move_insert_mode (safe to move while in insert mode)
mir, mir,
# move_standout_mode (safe to move while in standout mode)
msgr, msgr,
# no_pad_char (pad character does not exist)
npc, npc,
# eat_newline_glitch (newline ignored after 80 columns)
xenl, xenl,
# has_status_line (has extra status line)
hs,
colors#256, colors#256,
cols#80, cols#80,
it#8, it#8,
@ -115,7 +125,6 @@ xterm-kitty|KovIdTTY,
u8=\E[?1;2c, u8=\E[?1;2c,
u9=\E[c, u9=\E[c,
vpa=\E[%i%p1%dd, vpa=\E[%i%p1%dd,
hs,
tsl=\E]2;, tsl=\E]2;,
fsl=^G, fsl=^G,
dsl=\E]2;\007, dsl=\E]2;\007,