summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-16 11:49:21 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-16 11:49:21 +0000
commit2ec71bdad6e83e908593560fe26740feba48dae5 (patch)
tree94465d1c3c6bbe84ba5f702d745f8bf7e2a4f599
parenta1327642ae72bd2b1c6751920a366d4e21fc89f5 (diff)
downloadzsh-2ec71bdad6e83e908593560fe26740feba48dae5.tar.gz
zsh-2ec71bdad6e83e908593560fe26740feba48dae5.zip
25052: update docs for use of colour highlighting
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compctl.yo3
-rw-r--r--Doc/Zsh/compsys.yo17
-rw-r--r--Doc/Zsh/mod_complist.yo3
-rw-r--r--Doc/Zsh/prompt.yo3
5 files changed, 22 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ef5fa7b5a..5a2c4a155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-05-16 Peter Stephenson <pws@csr.com>
+ * 25052: Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_complist.yo, Doc/Zsh/prompt.yo: update some
+ documentation for use of colour highlighting.
+
* unposted: Etc/CONTRIBUTORS: update main shell list; still
need to update list for functions.
diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo
index caa1a9793..fdb53227a 100644
--- a/Doc/Zsh/compctl.yo
+++ b/Doc/Zsh/compctl.yo
@@ -469,7 +469,8 @@ be shown if there was at least one match added for the explanation
string.
The sequences tt(%B), tt(%b), tt(%S), tt(%s), tt(%U), and tt(%u) specify
-output attributes (bold, standout, and underline) and tt(%{...%}) can
+output attributes (bold, standout, and underline), tt(%F), tt(%f), tt(%K),
+tt(%k) specify foreground and background colours, and tt(%{...%}) can
be used to include literal escape sequences as in prompts.
)
item(tt(-Y) var(explanation))(
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e323312b7..cfae6578a 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1512,9 +1512,15 @@ item(tt(format))(
If this is set for the tt(descriptions) tag, its value is used as a
string to display above matches in completion lists. The sequence
`tt(%d)' in this string will be replaced with a short description of
-what these matches are. This string may also contain the sequences to
-specify output attributes, such as `tt(%B)', `tt(%S)' and
-`tt(%{)...tt(%})'.
+what these matches are. This string may also contain the following
+sequences to specify output attributes,
+ifnzman(noderef(Prompt Expansion))\
+ifzman(as described in the section PROMPT EXPANSION in zmanref(zshmisc)):
+`tt(%B)', `tt(%S)', `tt(%U)', `tt(%F)', `tt(%K)' and their lower case
+counterparts, as well as `tt(%{)...tt(%})'. `tt(%F)', `tt(%K)' and
+`tt(%{)...tt(%})' take arguments in the same form as prompt
+expansion. Note that the tt(%G) sequence is not available; an argument
+to `tt(%{)' should be used instead.
The style is tested with each tag valid for the current completion
before it is tested for the tt(descriptions) tag. Hence different format
@@ -1870,9 +1876,10 @@ width, padded to the right with spaces, while the lowercase form will
be replaced by a variable width string. As in other prompt strings, the
escape sequences `tt(%S)', `tt(%s)', `tt(%B)', `tt(%b)', `tt(%U)',
`tt(%u)' for entering and leaving the display modes
-standout, bold and underline are also available, as is the form
+standout, bold and underline, and `tt(%F)', `tt(%f)', `tt(%K)', `tt(%k)' for
+changing the foreground background colour, are also available, as is the form
`tt(%{)...tt(%})' for enclosing escape sequences which display with zero
-width.
+(or, with a numeric argument, some other) width.
After deleting this prompt the variable tt(LISTPROMPT) should be unset for
the the removal to take effect.
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo
index c3fa44dec..4d873728f 100644
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -160,7 +160,8 @@ To enable scrolling through a completion list, the tt(LISTPROMPT)
parameter must be set. Its value will be used as the prompt; if it
is the empty string, a default prompt will be used. The value may
contain escapes of the form `tt(%x)'. It supports the escapes
-`tt(%B)', `tt(%b)', `tt(%S)', `tt(%s)', `tt(%U)', `tt(%u)' and
+`tt(%B)', `tt(%b)', `tt(%S)', `tt(%s)', `tt(%U)', `tt(%u)', `tt(%F)',
+`tt(%f)', `tt(%K)', `tt(%k)' and
`tt(%{...%})' used also in shell prompts as well as three pairs of
additional sequences: a `tt(%l)' or `tt(%L)' is replaced by the number
of the last line shown and the total number of lines in the form
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo
index 8aaa4d4f4..23559512f 100644
--- a/Doc/Zsh/prompt.yo
+++ b/Doc/Zsh/prompt.yo
@@ -191,7 +191,8 @@ following the tt(%F), for example tt(%F{red}). In the latter case
the values allowed are as described for the tt(fg) tt(zle_highlight)
attribute;
ifzman(see em(Character Highlighting) in zmanref(zshzle))\
-ifnzman(noderef(Character Highlighting)).
+ifnzman(noderef(Character Highlighting)). This means that numeric
+colours are allowed in the second format also.
)
item(tt(%K) LPAR()tt(%k)RPAR())(
Start (stop) using a different bacKground colour. The syntax is