Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [bug] completion makes input jump up one line
- X-seq: zsh-workers 19473
- From: Geoff Wing <mason@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [bug] completion makes input jump up one line
- Date: Fri, 27 Feb 2004 00:32:15 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <Pine.LNX.4.58.0402140150450.30356@localhost>
- Reply-to: mason@xxxxxxxxxxxxxxx
Mikael Magnusson <mangosoft@xxxxxxxxx> typed:
: under 4.1, if i tabcomplete, and one of the matches in the list is a=20
: multiple of $COLUMNS, ie, if the last letter of the match is in the=20
: rightmost column, the whole thing jumps up one line. i confirmed it with=20
: caphuso on #zsh, it happens in 4.1, but not 4.0
I can reproduce this with:
% zsh -f
% setopt alwayslastprompt
I'm guessing the calculation in calclist() needs correction.
Geoff
Messages sorted by:
Reverse Date,
Date,
Thread,
Author