Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [Cooker] Bash completion patches
- X-seq: zsh-workers 16510
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Cooker list <cooker@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [Cooker] Bash completion patches
- Date: Mon, 28 Jan 2002 17:10:45 +0000
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <1012120276.2456.4.camel@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020125131619.36F912C8@xxxxxxxxxxxxxxxxxxxxxxxxx> <20020125173144.0FE5644D4@xxxxxxxxxxxxxxxxxxxxxxxxx> <1012042246.8122.3.camel@xxxxxxxxxxxxxxxxxxxxx> <20020126120739.67168533E@xxxxxxxxxxxxxxxxxxxxxxxxx> <20020126171821.C50507@xxxxxxxxxxxxxxxx> <1012120276.2456.4.camel@xxxxxxxxxxxxxxxxxxxxx>
On Jan 27, 11:31am, Borsenkow Andrej wrote:
} Subject: Re: [Cooker] Bash completion patches
}
} On ÷ÓË, 2002-01-27 at 01:18, Liam Quin wrote:
} > Does anyone have completion that uses colour (like ls) and/or
} > bold, to indicate the prefix you have already typed, in matches?
Zsh emits color codes only in completion listings (i.e., when more than
one match is displayed simultaneously), not when there is only one match
inserted on the line and not when doing menu completion (where matches
are cycled on the command line, as opposed to menu selection where
they're shown in columns).
Even in listings/selection, there's no color change sequence emitted
between the prefix and any suffixes; color codes are printed only before
and after each entire match.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author