From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 03:32:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3381D16A4CE for ; Tue, 21 Sep 2004 03:32:04 +0000 (GMT) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 613C043D4C for ; Tue, 21 Sep 2004 03:32:03 +0000 (GMT) (envelope-from meb@cinci.rr.com) Received: from [10.0.0.29] (dhcp024-210-244-120.woh.rr.com [24.210.244.120]) i8L3W0Vd007923; Mon, 20 Sep 2004 23:32:00 -0400 (EDT) Message-ID: <414FA035.6000503@cinci.rr.com> Date: Mon, 20 Sep 2004 23:29:57 -0400 From: Mike B User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremy Chadwick References: <414F8934.4080509@cinci.rr.com> <20040921021141.GA77929@parodius.com> In-Reply-To: <20040921021141.GA77929@parodius.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: Current Subject: Re: BETA4 Vi backspace behavior X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 21 Sep 2004 03:32:04 -0000 Jeremy Chadwick wrote: >stty -a. Look at `erase'. `erase2' is not supported by "a lot" of >apps, but more and more seem to be supporting it. I've a PR that's >still open, in attempt to get less/more to support erase2. > >Also, if you're not truly on the FreeBSD VGA console, cons25 is >incorrect. In that case, try xterm or vt100. > > > Both erase and erase2 appear to be set to '^H'. I also looked into the "echoe" option but that didn't resolve the problem either. Mike