Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2009 19:19:40 +0100
From:      Ed Schouten <ed@80386.nl>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        Christoph Mallon <christoph.mallon@gmx.de>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, Doug Barton <dougb@freebsd.org>, src-committers@freebsd.org
Subject:   Re: svn commit: r200369 - in head: etc share/termcap
Message-ID:  <20091213181940.GR64905@hoeg.nl>
In-Reply-To: <20091212095118.GN64905@hoeg.nl>
References:  <200912102225.nBAMPrZx076758@svn.freebsd.org> <ygek4wtgyp4.wl%ume@mahoroba.org> <19235.10488.325168.267306@hergotha.csail.mit.edu> <4B232E39.4000305@FreeBSD.org> <4B236147.7030603@gmx.de> <4B236403.2080408@FreeBSD.org> <4B236520.7040204@freebsd.org> <20091212095118.GN64905@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

--xGBdya926SPBMGqW
Content-Type: multipart/mixed; boundary="jphhXT5dWBdc8q08"
Content-Disposition: inline


--jphhXT5dWBdc8q08
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Ed Schouten <ed@80386.nl> wrote:
> * Andriy Gapon <avg@freebsd.org> wrote:
> > Seriously, I think that this change is a mild POLA violation, which
> > neither was discussed nor welcome as it seems.  Perhaps, not even
> > planned.  So I believe that termcap should be changed back to
> > traditional behavior for FreeBSD.  At least for now.
>=20
> Sure. It wasn't planned to do so.
>=20
> I can't fix it right now (sitting at a conference, as we speak), but
> I'll try to get a patch into SVN tomorrow.

I've attached a patch that fixes at least the TERM=3Dxterm and
TERM=3Dxterm-color entries. Comments?

--=20
 Ed Schouten <ed@80386.nl>
 WWW: http://80386.nl/

--jphhXT5dWBdc8q08
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="termcap.diff"

Index: share/termcap/termcap.src
===================================================================
--- share/termcap/termcap.src	(revision 200435)
+++ share/termcap/termcap.src	(working copy)
@@ -2862,7 +2862,7 @@
 # be painted in spots.
 xterm-color|generic "ANSI" color xterm:\
 	:Co#8:NC@:pa#64:\
-	:AB=\E[4%dm:AF=\E[3%dm:ac=:op=\E[m:tc=xterm-r6:
+	:AB=\E[4%dm:AF=\E[3%dm:ac=:op=\E[m:te@:ti@:tc=xterm-r6:
 #
 # These aliases are for compatibility with the terminfo; termcap cannot provide
 # the extra features such as color initialization, but termcap applications
@@ -2985,7 +2985,7 @@
 # is widely used for a variety of incompatible terminal emulations including
 # color_xterm and rxvt.
 xterm|X11 terminal emulator:\
-	:tc=xterm-new:
+	:te@:ti@:tc=xterm-new:
 #	:tc=xterm-r6:
 # dtterm termcap entry - Obtained from Xinside's CDE with permission
 # from Thomas Roell
Index: etc/termcap.small
===================================================================
--- etc/termcap.small	(revision 200435)
+++ etc/termcap.small	(working copy)
@@ -319,4 +319,4 @@
 # is widely used for a variety of incompatible terminal emulations including
 # color_xterm and rxvt.
 xterm|X11 terminal emulator:\
-	:tc=xterm-new:
+	:te@:ti@:tc=xterm-new:

--jphhXT5dWBdc8q08--

--xGBdya926SPBMGqW
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (FreeBSD)

iEYEARECAAYFAkslMDwACgkQ52SDGA2eCwU+1wCeIsrQxGfFKnDkjE6R9qYsquMe
XrYAni/P6j8m2jJTsqC8WOUAbncAycms
=OYc4
-----END PGP SIGNATURE-----

--xGBdya926SPBMGqW--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091213181940.GR64905>