Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Limiting height of completion menu
- X-seq: zsh-users 26239
- From: Vincent Bernat <bernat@xxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Limiting height of completion menu
- Date: Sat, 19 Dec 2020 22:38:43 +0100
- Archived-at: <https://zsh.org/users/26239>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-12/m3lfdta330.fsf%40luffy.cx>
- Authentication-results: zsh.org; iprev=pass (out1-smtp.messagingengine.com) smtp.remote-ip=66.111.4.25; dkim=pass header.d=luffy.cx header.s=fm2 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm1 header.a=rsa-sha256; dmarc=pass header.from=luffy.cx; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=luffy.cx; h=from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type:content-transfer-encoding; s=fm2; bh= hapsxwmEfcKE7g53WWeGHQi/+xapp0yLVvLrAXFBAQc=; b=nm1XNQ4S24j42aER oY1A1BQVkMoGRgtNBhfWTR/INOHuiwibDbX7+rjz5xbl6qaLaHV6FJKwHhjK6YcT ZDktJ/hAzdtj3WHhdrK50Xs459YM9CcmAxWRAEh1vHg+c6SF1SiNvcFKTUiaf1Vm cV1/e1qejsnJrdbIe0YM6+TMvVd/mp8EaJl9oAhN0GDw8A2SmnA4cZPZFjRH252d vQriA/z12cgMKOvlCQ5+DlslyaCFmJsDoeO3/rcWXtbXTv29xuPWkLgS2uSmylLK 8NTykHZrx1mAv+YPCrciioiP+ioSx0linL5YpcHi7IQUSGdMuebv8ScPWmoqXpBn hjOibg==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=hapsxwmEfcKE7g53WWeGHQi/+xapp0yLVvLrAXFBA Qc=; b=ab4HdhQmGKZaTayr41y6Q/0dlEHHjHy5NGr2hnI4TkuhUIcsHV9SBPRod su8SMf91lWpOFT+rEGtz4D1qHui/L+ahqkY+RBhR6BNL4jczk5SFXmEVd4xfXlpO AAjMMB8+seCuG8vj1niqzCkHrj1sKQdQhaQQ/PaGIs8r3S8T8EOLfYS2F34hKnUp FiZLTgPJckokWJD3fcS/FUAeQ3w9ij2c9ASXHM5l6/haM5C+nHY+NwgQGVcFOz6Q 16gANkLfk7bFcU2aZjO0H8+X5R2Q1BLaMfFdA5ExljYex9YFtX0xhLkjsiylN8tw cAiktFYT7RHKkATpR/1PbyNKw4eOA==
- In-reply-to: <CAH+w=7amMkiuWYHdmCemo5sH+YAADF_drF=iHJ7Wpypv_zGwoQ@mail.gmail.com> (Bart Schaefer's message of "Sat, 19 Dec 2020 12:30:17 -0800")
- 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>
- Sender: zsh-users-request@xxxxxxx
❦ 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