433 kx
433 kx /* begin *
433 kx
433 kx tmux.terminfo - This is the standard terminfo from tmux's FAQ, with kbs=\177 added since this
433 kx is what tmux is hardcoded to generate for backspace.
433 kx
433 kx
433 kx
433 kx xterm.terminfo - This is based on the xterm terminfo definition file from xterm-379, but the
433 kx xterm definition has been changed to remove use=ansi+rep which was causing
433 kx problems with terminals that set themselves to xterm but aren't compatible
433 kx with use=ansi+rep (including Konsole and the console app in OSX).
433 kx
433 kx The definition that includes the rep= feature remains available as xterm-new.
433 kx
433 kx The patch seems like following:
433 kx ===============================================================================
433 kx --- xterm.terminfo.orig 2017-12-25 15:08:55.000000000 -0600
433 kx +++ xterm.terminfo 2018-04-14 12:28:57.405002630 -0500
433 kx @@ -2807,8 +2807,21 @@
433 kx # is widely used for a variety of incompatible terminal emulations including
433 kx # color_xterm and rxvt.
433 kx xterm|X11 terminal emulator,
433 kx - use=xterm-new,
433 kx +# use=xterm-new,
433 kx # use=xterm-r6,
433 kx +# For compatibility purposes, use the same contents as the xterm-new entry,
433 kx +# but without "use=ansi+rep,"
433 kx + npc,
433 kx + indn=\E[%p1%dS,
433 kx + kcbt=\E[Z,
433 kx + kent=\EOM,
433 kx + nel=\EE,
433 kx + use=dec+sl,
433 kx + use=ecma+index,
433 kx + use=xterm+keypad,
433 kx + use=vt420+lrmm,
433 kx + use=xterm+sm+1006,
433 kx +# use=ansi+rep,
433 kx + use=ecma+strikeout,
433 kx + use=xterm+pcfkeys,
433 kx + use=xterm+tmux,
433 kx + use=xterm+nofkeys,
433 kx + use=bracketed+paste,
433 kx + use=report+version,
433 kx ===============================================================================
433 kx
433 kx README - This file.
433 kx
433 kx * end */