From owner-freebsd-questions Mon Oct 25 13:20: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 7519715256 for ; Mon, 25 Oct 1999 13:19:56 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: from shell-1.enteract.com (dscheidt@shell-1.enteract.com [207.229.143.40]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id PAA99154; Mon, 25 Oct 1999 15:19:53 -0500 (CDT) (envelope-from dscheidt@enteract.com) Date: Mon, 25 Oct 1999 15:19:53 -0500 (CDT) From: David Scheidt To: Gene Harris Cc: freebsd-questions@freebsd.org Subject: Re: xterm behavior In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 Oct 1999, Gene Harris wrote: > I have just started using X11 heavily. Whenever I start > xterm, I have to change the backspace rules to unclick the > back arrow selection. How do I modify the xterm start-up to > recognize that my backspace key sends a ^? instead of a ^H? set the Xresource XTerm*ttyModes. You want something like XTerm*ttyModes: erase ^? in your .xresources file. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message