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

Re: Limiting height of completion menu



On Sat, Dec 19, 2020 at 1:38 PM Vincent Bernat <bernat@xxxxxxxx> wrote:
>
> 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.




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