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

Re: Add completion suffix highlighting



2009/12/4 Mikael Magnusson <mikachu@xxxxxxxxx>:

> @@ -384,6 +389,8 @@ zle_set_highlight(void)
>        region_highlights[0].atr = TXTSTANDOUT;
>     if (!isearch_atr_on_set)
>        region_highlights[1].atr = TXTUNDERLINE;
> +    if (!suffix_atr_on_set)
> +       region_highlights[2].atr = TXTBOLDFACE;

Feel free to change this to default to nothing if you want of course,
I imagine some people would be annoyed if every / they completed was
bolded before they continued typing.

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author