Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Behaviour of zle list-choices
- X-seq: zsh-users 21320
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Behaviour of zle list-choices
- Date: Fri, 26 Feb 2016 10:39:06 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=MP36rNt/Y5pW4MAsKJsP5H+wv0I++Rnd8glOz6gWi+c=; b=X1cR+7GsHubP9L7DYckW3ZkUr8P6OL966KuwqUV4FcYIU8t2CRry950NejQ7C9QkfV bluk2l/41DJBYxukbs0FGGIG16H5LBZ1Uy1p+F9/i22zG4/7BgxiiPavRAqMMrR9PUvz Piz9WKRzmpwR9Vu2iw6j663V1rK/W5gxjagFOXlA311n72x9JZwtH5RI3DcH+UHKBCPl +zyiDeGcWsa2b/vbXvVvXvr3XAkTftOT6TOEIjQWFSOm1UXAClSOjcF5ilHa++5rYVe6 ZV0qaA3bFJfDN3qF9wFbfYdMMYmRf6mvjnrwRe3FlSgwGowjh2p8Vxi7qzOeuDnTLf0X 5uEQ==
- In-reply-to: <20160226111710.42e69a2c@ntlworld.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAHjjW16S5=2=qQrRhZUtgFOC5GUW28SnMHcqa=yCDk7Mdap2eA@mail.gmail.com> <20160226111710.42e69a2c@ntlworld.com>
On Feb 26, 11:17am, Peter Stephenson wrote:
}
} There was a bug here that's been fixed, where Ctrl-C didn't abort in the
} way you expected.
I don't entirely understand Joe's description of his multi-line prompt
(it looks like he may have lines BELOW the input position?), but this
appears to work as expected with my own multi-line prompt (one line
above the input) and list-choices.
It's not quite the same thing as menu selection because it's not in the
menu navigation loop, it just has to clear the completion list before the
prompt is redrawn.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author