From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15638 invoked from network); 2 Jul 1999 15:36:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Jul 1999 15:36:21 -0000 Received: (qmail 25840 invoked by alias); 2 Jul 1999 15:36:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6950 Received: (qmail 25833 invoked from network); 2 Jul 1999 15:36:09 -0000 Message-ID: <377CDC4B.213CF7AB@thoth.u-net.com> Date: Fri, 02 Jul 1999 16:35:39 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: Re: Problem with cursor position after wrapped completion lists References: <199907021353.PAA00365@beta.informatik.hu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sven Wischnowsky wrote: > > Err, this works for me -- of course the completion code takes care to > count the lines (including wrapping) correctly. However, this will I tried it again and it seemed to work fine in the new xterms and aixterms which I created but after looking back in the aixterm where I'd had the problems, I realised what the cause was. There was one line in the list which was exactly 80 ($COLUMNS) characters wide. xterm and aixterm seem to treat this differently: aixterm gives me a blank line after it whereas xterm doesn't. Zsh then places the cursor correctly only with the xterm. Another thing which I've noticed in this process is that if my prompt is 79 ($COLUMNS-1) characters wide, and I use xterm, the cursor initially appears over the last character of my prompt and when I type, the text wraps back over the beginning of the prompt. > only work if the COLUMNS parameter is correctly set (and the terminal > doesn't do automatic word-wrapping like your mailer ;-). Sorry about that wrapped mail, I'll attempt to avoid it next time I send a patch. Peter Stephenson wrote: > By the way, it's high time I pointed out that sending me a copy of a > message going to any of the zsh lists is futile as they get sorted into the > same folder and I just have to delete one. This is because my mailer includes both the sender and the mailing list (CC'd) in the receipients when I press reply. I'll try to remember to cut your address out in future. Oliver Kiddle