From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4219 invoked from network); 18 Dec 2007 15:02:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Dec 2007 15:02:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 14076 invoked from network); 18 Dec 2007 15:01:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Dec 2007 15:01:57 -0000 Received: (qmail 27418 invoked by alias); 18 Dec 2007 15:01:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24281 Received: (qmail 27401 invoked from network); 18 Dec 2007 15:01:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Dec 2007 15:01:52 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 428C68058F54 for ; Tue, 18 Dec 2007 15:58:44 +0100 (CET) Received: from dot.blorf.net (dsl-74-220-69-132.cruzio.com [74.220.69.132]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Tue, 18 Dec 2007 15:58:44 +0100 (CET) Received: by dot.blorf.net (Postfix, from userid 1000) id 316625F00; Tue, 18 Dec 2007 07:01:47 -0800 (PST) Date: Tue, 18 Dec 2007 07:01:48 -0800 From: Wayne Davison To: Chuck Cc: zsh-workers@sunsite.dk Subject: Re: zsh in screen - bad erase key ^@ instead of ^H or ^? Message-ID: <20071218150148.GA4758@blorf.net> References: <47677243.9030309@spambox.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47677243.9030309@spambox.us> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Dec 17, 2007 at 11:09:55PM -0800, Chuck wrote: > ^v(bs key) tells me bs is currently ^@. Check your screenrc files to see if the backspace key is being handled specially. I've seen the following in /etc/screenrc on some older systems: bindkey -d -k kb stuff ^H Perhaps yours has ^@? You can override this by leaving off the "stuff" command: bindkey -d -k kb ..wayne..