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