From owner-svn-src-all@FreeBSD.ORG Sun Dec 13 18:19:41 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE9FB106566B; Sun, 13 Dec 2009 18:19:41 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 8A2588FC16; Sun, 13 Dec 2009 18:19:41 +0000 (UTC) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 88EED1CC5D; Sun, 13 Dec 2009 19:19:40 +0100 (CET) Date: Sun, 13 Dec 2009 19:19:40 +0100 From: Ed Schouten To: Andriy Gapon Message-ID: <20091213181940.GR64905@hoeg.nl> References: <200912102225.nBAMPrZx076758@svn.freebsd.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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xGBdya926SPBMGqW" Content-Disposition: inline In-Reply-To: <20091212095118.GN64905@hoeg.nl> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Christoph Mallon , svn-src-head@freebsd.org, svn-src-all@freebsd.org, Doug Barton , src-committers@freebsd.org Subject: Re: svn commit: r200369 - in head: etc share/termcap X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2009 18:19:42 -0000 --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 wrote: > * Andriy Gapon 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 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--