Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [Cooker] Bash completion patches



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