From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26755 invoked from network); 7 May 2001 14:36:13 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 May 2001 14:36:13 -0000 Received: (qmail 25484 invoked by alias); 7 May 2001 14:36:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14245 Received: (qmail 25469 invoked from network); 7 May 2001 14:36:04 -0000 From: "Bart Schaefer" Message-Id: <1010507143439.ZM27670@candle.brasslantern.com> Date: Mon, 7 May 2001 14:34:38 +0000 In-Reply-To: <200105071033.MAA02959@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Screen refresh problem with completion messages" (May 7, 12:33pm) References: <200105071033.MAA02959@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.dk Subject: Re: Screen refresh problem with completion messages MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 7, 12:33pm, Sven Wischnowsky wrote: } Subject: Re: Screen refresh problem with completion messages } } This is yet another manifestation of the first bug in the BUGS file. } } At least for the non-complist code, it actually prints all characters } and then outputs a CLEAREOL which removes the last character again. What about simply emitting space-backspace when the cursor reaches the COLUMNS-th character? That might have some ramifications in zle, but it should be completely harmless in complist. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net