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

Re: Limiting height of completion menu



On Sat, Dec 19, 2020 at 2:24 PM Vincent Bernat <bernat@xxxxxxxx> wrote:
>
> It doesn't seem to fix the garbled non-select completion.

Fooey.

> This simpler solution seems to work

Yes, obviously I was trying to avoid having it go outside completion scope.

I think having $((LINES/2)) both in line-init and in the zstyle is
going to result in "menu yes=" with a value of your actual lines
divided by four, but maybe that's what you intended.




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