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

Re: Limiting height of completion menu



 ❦ 19 décembre 2020 14:03 -08, Bart Schaefer:

>> Unfortunately, it's also garbled when there is a non-ambiguous match
>
> Try this change:
>
> half-lines() {
>   LINES=$((LINES/2))
>   tput cr
> }
>
> I have no idea why that's needed.

It also resets $LINES in my case.
-- 
10.0 times 0.1 is hardly ever 1.0.
            - The Elements of Programming Style (Kernighan & Plauger)




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