Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [bug] completion makes input jump up one line



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