Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Limiting height of completion menu
- X-seq: zsh-users 26244
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Vincent Bernat <bernat@xxxxxxxx>
- Subject: Re: Limiting height of completion menu
- Date: Sat, 19 Dec 2020 15:26:09 -0800
- Archived-at: <https://zsh.org/users/26244>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/CAH%2Bw%3D7YcnCRhgvz%3DytQ9Wp4tfqu7%2BW%2B_Wtr%3Df20R71HPJrCu3w%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f54.google.com) smtp.remote-ip=209.85.210.54; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QaGpEAKUzdLIy3VRRucb86SG46xyjXK3mGR2qHbw2ds=; b=QKqaESkLAvVUVL5bu06QVHAKa5wabU0IHPIOQ/p7E19QfFxfd2r/LGS6c0hVtzWxXk eGLP+S3NrIWuNRY+hRIl9011O3ZeUNrOeXuo7rL+pTabxtfXVrPxEHKENopxptAuyIUh AVwES+WGpgkEJ8LqyUZZwzSwYBm6KuhSSqhShT73APttiFZG+7uyLGhzTU8c4njie7uq kGncXonyaDxq6QmLQlbODAO96vTaBA45thY9gI/VJTYZxERMJGTjCl7kuakSU1QOcayd oktV6uph6TqPrLmirQmFafhjsyztAvXma026jwE16AOy2pVpDO1GhNc4dGiX+ALmj6Wh fyUA==
- In-reply-to: <m3a6u9a0yq.fsf@luffy.cx>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <m3tushaaq2.fsf@luffy.cx> <CAH+w=7amMkiuWYHdmCemo5sH+YAADF_drF=iHJ7Wpypv_zGwoQ@mail.gmail.com> <m3lfdta330.fsf@luffy.cx> <CAH+w=7aT5+Tc8szJHu2mwAyEOvO0sQ2F3T0N3UMTmtpghU9UOg@mail.gmail.com> <m3h7oha1i8.fsf@luffy.cx> <CAH+w=7ZGhXHd0ua_AXBdOr1cJs4qrkd56JYiro3MaOErXLoHpg@mail.gmail.com> <m3a6u9a0yq.fsf@luffy.cx>
- Sender: zsh-users-request@xxxxxxx
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