diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-11-05 22:24:16 +0100 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-11-05 22:24:16 +0100 |
commit | c8ce1fe4c1e37e3db402570e7ced2aa413323792 (patch) | |
tree | f1663e440df432cb35e7478e3ef7c08f52b22bfd /NEWS | |
parent | 50597692e021ee071b971e13a14dde5b22d31639 (diff) | |
download | zsh-c8ce1fe4c1e37e3db402570e7ced2aa413323792.tar.gz zsh-c8ce1fe4c1e37e3db402570e7ced2aa413323792.tar.xz zsh-c8ce1fe4c1e37e3db402570e7ced2aa413323792.zip |
43760: add documentation for true colour changes and nearcolor module
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS index f3e617b9c..0b0c0e84c 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,15 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. +Changes since 5.6.2 +------------------- + +Support for 24-bit true color terminals has been added. Hex triplets +can be used when specifying colours for prompts and line editor +highlighting. On 88 and 256 colour terminals, a new zsh/nearcolor module +allows colours specified with hex triplets to be matched against the +nearest available colour. + Changes from 5.6.1 to 5.6.2 --------------------------- |