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

Re: Limiting height of completion menu



 ❦ 19 décembre 2020 12:30 -08, Bart Schaefer:

> However, there is an odd side-effect in that the command line is
> temporarily garbled if you are NOT using menu-select and the "do you
> wish to see all X possibilities" prompt is printed.  It fixes itself
> as soon as you answer yes/no, but it's curious that it happens in the
> first place.

Unfortunately, it's also garbled when there is a non-ambiguous match:

echo ~/do<tab>

becomes

echo ~/doecho ~/download/

It happens at the bottom of the screen or at the top. Dunno what's the
relation with LINES is.
-- 
Keep it right when you make it faster.
            - The Elements of Programming Style (Kernighan & Plauger)




Messages sorted by: Reverse Date, Date, Thread, Author