From owner-freebsd-questions Sat Jan 5 2:22:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mxzilla4.xs4all.nl (mxzilla4.xs4all.nl [194.109.6.48]) by hub.freebsd.org (Postfix) with ESMTP id 2191837B41A for ; Sat, 5 Jan 2002 02:22:44 -0800 (PST) Received: from xs4.xs4all.nl (rene@xs4.xs4all.nl [194.109.6.45]) by mxzilla4.xs4all.nl (8.12.0/8.12.0) with ESMTP id g05AMVuf091221; Sat, 5 Jan 2002 11:22:37 +0100 (CET) Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id LAA21404; Sat, 5 Jan 2002 11:22:26 +0100 (CET) Date: Sat, 5 Jan 2002 11:22:26 +0100 From: rene@xs4all.nl To: questions@freebsd.org Cc: djed@chilli.net.au, anne@ibb.net Subject: console 'spcial keys' interpretation. WAS: re: screen package interpreting backspace as ~ Message-ID: <20020105112226.L15007@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ----- Original Message ----- > From: > To: > Sent: Wednesday, September 05, 2001 5:59 PM > Subject: screen package interpreting backspace as ~ > > > > Hi. I'm running screen version 3.09.08 (FAU) 1-Sep-00, and would like to > > teach it to interpret the backspace key as being backspace, instead of > > '~' I'm using: $ bash --version GNU bash, version 2.05.0(1)-release (i386--freebsd4.4) I've looked at several possible solutions to this; none work so far. 1= == On Thu, Sep 06, 2001 at 12:16:56PM +0200, Christoph Sold wrote: > stty erase -V > let's try: BASH: $ stty erase -V bash: syntax error near unexpected token `' SCREEN: $ stty erase -V as , which might be considered 'better', but I'm still not happy! ;-) I think this must be because somehow my bash config files aren't being read in when screen is started; at least my aliases are not available.... somehow, it does seem to use /etc/inputrc though (could be because the parent Bash process used it).. (stty erase2) is now interpreted correctly, and (stty erase) has become . Anne says that $ bind "\C-?": backward-delete-char should fix this type of problem on the fly, but alas; screen stays stubborn. I could use some more tips... ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message