From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 23:09:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E1916A4CE for ; Tue, 30 Nov 2004 23:09:14 +0000 (GMT) Received: from frogman.motivity.ca (frogman.motivity.ca [64.235.96.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B2F43D1F for ; Tue, 30 Nov 2004 23:09:14 +0000 (GMT) (envelope-from vances@frogman.motivity.ca) Received: from frogman.motivity.ca (localhost.motivity.ca [127.0.0.1]) by frogman.motivity.ca (8.12.11/8.12.11) with ESMTP id iAUN978c021234; Tue, 30 Nov 2004 18:09:07 -0500 (EST) (envelope-from vances@frogman.motivity.ca) Received: (from vances@localhost) by frogman.motivity.ca (8.12.11/8.12.11/Submit) id iAUN97SV021233; Tue, 30 Nov 2004 18:09:07 -0500 (EST) (envelope-from vances) Date: Tue, 30 Nov 2004 18:09:07 -0500 From: Vance Shipley To: "Kevin D. Kinsey, DaleCo, S.P." Message-ID: <20041130230907.GA21202@frogman.motivity.ca> References: <20041130131228.GA19023@frogman.motivity.ca> <20041130154715.3465d998.torfinn.ingolfsen@broadpark.no> <41ACFA75.3040307@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41ACFA75.3040307@daleco.biz> Organization: Motivity Telecom Inc. User-Agent: Mutt/1.5.1i cc: Torfinn Ingolfsen cc: questions@freebsd.org Subject: Re: erase2 ( xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 23:09:14 -0000 On Tue, Nov 30, 2004 at 04:55:49PM -0600, Kevin D. Kinsey, DaleCo, S.P. wrote: } } However, his statement "functioning as a backspace" doesn't } ring true, because, no such functionality is present (for me) in } any terminal with that key, regardless of the $TERM variable. } } Terminal emulation is a little bit mysterious to me; maybe someone } with more expertise can answer the larger question. I'm just curious } whether pushing the {right parenthesis} character on Vance's } keyboard actually does backspace, and whether he's on the console, } on X, using PuTTY from a Winboxen, etc., and/or what terminal emulator } he's actually using, what version he's running, whether his termcap } symlink or file is corrupt/missing, etc., etc., blah, blah.... } } Vance? No, from the console everything is fine. It is when I use sh within an xterm or wterm that I have a problem. Using csh there is no problem. Pressing the ( key erases the character before the cursor when using sh within an xterm. This is 5.3-STABLE. I found a few references by googling from others who have had the same problem and have also had to put a 'stty erase2 ^H' in .shrc (or whatever). -Vance