diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2008-10-26 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: NEWS: region_highlight is an array and so + not capitalised. + * unposted: README: update claimed version to 4.3.7. * Mikael: 25933: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, @@ -32,7 +32,7 @@ keys by default. Highlighting and colouring of sections of the command line is now supported, controlled by the array parameter zle_highlight and the ZLE -special parameter REGION_HIGHLIGHT. +special parameter region_highlight. Colouring of prompts is now supported within the shell by prompt escapes. The prompt theme system has been updated. |