From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15344 invoked from network); 2 Oct 2000 16:33:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Oct 2000 16:33:57 -0000 Received: (qmail 2099 invoked by alias); 2 Oct 2000 16:30:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12870 Received: (qmail 28530 invoked from network); 2 Oct 2000 14:51:47 -0000 From: "Bart Schaefer" Message-Id: <1001002145124.ZM20811@candle.brasslantern.com> Date: Mon, 2 Oct 2000 14:51:24 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Vanishing first character in completion listing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Ths is odd. I was using accept-and-menu-complete to add file names to the command line, and when the line wrapped (thus causing the listing to be redraw one line farther down) the `B' in `Builtins' vanished. I've inserted the line break at column 80 in the cut'n'paste output below, to show where the wraparound happened. I don't actually know for sure if the B vanished as soon as the line wrapped or not until Src/builtin.c was completed. My xterm does have auto-wraparound enabled. zagzig[510] cvs commit -m '' ChangeLog Src/utils.c Src/signals.c Src/glob.c Src/ exec.c Src/builtin.c uiltins/ Zle/ signals.c exec.c Modules/ utils.c glob.c builtin.c -- 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