From 0655e17644423bbfb615e9e79e249777fb2b228f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 16 Dec 2019 11:21:10 +0100 Subject: 45035: be explicit about the need for a # in colours specified as hex triplets --- Doc/Zsh/zle.yo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Doc/Zsh/zle.yo') 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))\ ). -- cgit 1.4.1