From owner-freebsd-stable@FreeBSD.ORG Mon Aug 25 07:45:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7111516A4BF for ; Mon, 25 Aug 2003 07:45:59 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA6243FEC for ; Mon, 25 Aug 2003 07:45:57 -0700 (PDT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19rIcF-0000pz-00 for ; Mon, 25 Aug 2003 16:46:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rIcE-0000pr-00 for ; Mon, 25 Aug 2003 16:46:42 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19rIbP-00067H-00 for ; Mon, 25 Aug 2003 16:45:51 +0200 From: Clemens Fischer Date: Mon, 25 Aug 2003 16:00:40 +0200 Lines: 14 Message-ID: References: <20030821224646.A2309@root.org> <20030821230344.7560c82b.xcas@cox.net> <1061538603.97293.2.camel@pyanfar.ece.cmu.edu> <20030822010156.K2916@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:mJ4UjkHdPSEA5sLTOeVlW5gbaao= Sender: news cc: freebsd-current@freebsd.org Subject: Re: rxvt and '(' erase2 char X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 14:45:59 -0000 * 2003-08-22 Nate Lawson: > On Fri, 22 Aug 2003, Brandon S. Allbery KF8NH wrote: >> Dunno about rxvt per se, but wterm (which is derived from rxvt source) >> from ports likes to set the "erase2" terminal character to '('. I've >> been working around it in my .zshenv. > > Ah, excellent. Yes, stty -a shows the same thing for rxvt. What a load > of crock. Is it a problem with our xterm termcap or rxvt? aterm(1) has the same "problem". i also changed the ports Makefile to get DELETE to work. clemens