From f2d7665d982076584901afe0ca9fa9f0b0f2b5b0 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 5 Sep 2000 08:35:48 +0000 Subject: change context for i-c-w styles, update docs (12744) --- Doc/Zsh/mod_complist.yo | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh/mod_complist.yo') diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index ba5416d4f..cc2b22ce8 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -118,7 +118,14 @@ tt(no), and tt(rc) if tt(ec) is not defined. The default values are ISO 6429 (ANSI) compliant and can be used on vt100 compatible terminals such as tt(xterm)s. On monochrome terminals -the default values will have no visible effect. +the default values will have no visible effect. The tt(colors) +function from the contribution can be used to get associative arrays +containing the codes for ANSI terminals (see +ifzman(the section `Other Functions' in zmanref(zshcontrib))\ +ifnzman(noderef(Other Functions))\ +). For example, after loading tt(colors), one could use +`tt($colors[red])' to get the code for foreground color red and +`tt($colors[bg-green])' for the code for background color green. If the completion system based around shell functions is used, these parameters should not be set directly because the system controls them -- cgit 1.4.1