Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to capture the tab completion result?
- X-seq: zsh-users 17815
- From: Mario Signorino <mario.signorino@xxxxxxxxxxx>
- Subject: Re: How to capture the tab completion result?
- Date: Mon, 27 May 2013 18:45:38 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- In-reply-to: <CAH+w=7ZVzg40or=zXTRDN6QyWVFG+_uQSgh0t=L+oefDHguhzg@mail.gmail.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: <CAM8HBcV0+VEu6ef1JbAMOChKnD=zprtiEke1=6xTOB-EK1z6TQ@mail.gmail.com> <CAH+w=7ZVzg40or=zXTRDN6QyWVFG+_uQSgh0t=L+oefDHguhzg@mail.gmail.com>
On Mon, May 27, 2013 at 1:10 AM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> > I want is to surround the result of the tab-completion with a special
> > not-printable chars.
> This is not going to be straightforward, but have a look at Test/comptest
> in the sources, which does a similar thing. It forces completion listings
Hi!
That's exactly what I needed.
Now...
zstyle ":completion:*:descriptions" format "\033[H<DESCRIPTION>%d</DESCRIPTION>"
Is it also possible to enable the interpretation of backslash escapes?
For example I added a "\033[H" in the above line.
I tried, but... no luck.
Tnx
Mario
Messages sorted by:
Reverse Date,
Date,
Thread,
Author