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 --- ChangeLog | 5 +++++ Doc/Zsh/zle.yo | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d241323b2..8ed458fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-12-16 Oliver Kiddle + + * 45035: Doc/Zsh/zle.yo: be explicit about the need for + a # in colours specified as hex triplets + 2019-12-15 Peter Stephenson * 45025: Src/exec.c: fix re-entrancy problem with memory 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