From owner-freebsd-questions Fri Nov 19 21: 3:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id E32C614E6A for ; Fri, 19 Nov 1999 21:03:21 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11p2eq-000CVz-00; Sat, 20 Nov 1999 07:01:56 +0200 From: Sheldon Hearn To: Jonathon McKitrick Cc: questions@FreeBSD.ORG Subject: Re: csh backspace In-reply-to: Your message of "Fri, 19 Nov 1999 23:51:17 EST." <383628C4.665929D5@dogma.freebsd-uk.eu.org> Date: Sat, 20 Nov 1999 07:01:55 +0200 Message-ID: <48110.943074115@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 19 Nov 1999 23:51:17 EST, Jonathon McKitrick wrote: > Is there a simple way to get the backspace key to work right for > the default root shell? That is CSH, right? In your .cshrc, add: stty erase ^H The "^" and the "H" can be two distinct characters; you needn't try to get clever about storing a control character in your .cshrc file. See the stty(1) manual page for more details. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message