From owner-freebsd-current@FreeBSD.ORG Sun Apr 24 21:23:36 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 737B4106564A for ; Sun, 24 Apr 2011 21:23:36 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [147.28.0.36]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2228FC08 for ; Sun, 24 Apr 2011 21:23:36 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.74 (FreeBSD)) (envelope-from ) id 1QE6cL-0008ym-KH; Sun, 24 Apr 2011 21:13:22 +0000 Date: Mon, 25 Apr 2011 06:14:03 +0900 Message-ID: From: Randy Bush To: Pan Tsu In-Reply-To: <8639l7bbt3.fsf@gmail.com> References: <8639l7bbt3.fsf@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD current mailing list Subject: Re: xterm termcape :ti@:te@: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 21:23:36 -0000 >> i know i a perverted, but i really prefer not to have ca_mode. i.e. > Not to? But the patch makes the opposite effect. sorry. my bad. > Use FreeBSD-specific `xterm-clear' termcap record, e.g. > > $ xterm -xrm 'XTerm.termName: xterm-clear' # or add to ~/.Xdefaults > > or alter xterm alias to point to it so that ca_mode works even if you > ssh to Linux box that doesn't have the record. > > %% > Index: share/termcap/termcap.src > =================================================================== > --- share/termcap/termcap.src (revision 220998) > +++ share/termcap/termcap.src (working copy) > @@ -3011,7 +3011,7 @@ > # is widely used for a variety of incompatible terminal emulations including > # color_xterm and rxvt. > xterm|X11 terminal emulator:\ > - :tc=xterm-new: > + :tc=xterm-clear: > # :tc=xterm-r6: > # dtterm termcap entry - Obtained from Xinside's CDE with permission > # from Thomas Roell > %% not working on 9.