about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-12-16 11:21:10 +0100
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-12-16 11:21:10 +0100
commit0655e17644423bbfb615e9e79e249777fb2b228f (patch)
tree79b7795c7707c00faf7f05f49bf9fb87050c00fd /Doc/Zsh/zle.yo
parent1baf0d1f553631ecb641e98f4bf48bc2a44e5b82 (diff)
downloadzsh-0655e17644423bbfb615e9e79e249777fb2b228f.tar.gz
zsh-0655e17644423bbfb615e9e79e249777fb2b228f.tar.xz
zsh-0655e17644423bbfb615e9e79e249777fb2b228f.zip
45035: be explicit about the need for a # in colours specified as hex triplets
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 0986e5390..c928b8ca2 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2729,10 +2729,10 @@ limited to 256 (i.e. the range 0 to 255).
 
 Some modern terminal emulators have support for 24-bit true colour (16
 million colours). In this case, the hex triplet format can be used. This
-consists of either a three or six digit hexadecimal number describing
-the red, green and blue components of the colour. Hex triplets can also
-be used with 88 and 256 colour terminals via the tt(zsh/nearcolor)
-module (see ifzman(zmanref(zshmodules))\
+consists of a `tt(#)' followed by either a three or six digit hexadecimal
+number describing the red, green and blue components of the colour. Hex
+triplets can also be used with 88 and 256 colour terminals via the
+tt(zsh/nearcolor) module (see ifzman(zmanref(zshmodules))\
 ifnzman(noderef(The zsh/nearcolor Module))\
 ).