diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-06-11 22:21:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-06-11 22:21:33 +0000 |
commit | 21f6b9d14c100f0887d03422a21c57a0e327fde1 (patch) | |
tree | de7675c085d4385817d5810388c0382401ecbf67 /ChangeLog | |
parent | bae526275a3a40c241ac863bb764139026b2afb1 (diff) | |
download | zsh-21f6b9d14c100f0887d03422a21c57a0e327fde1.tar.gz zsh-21f6b9d14c100f0887d03422a21c57a0e327fde1.tar.xz zsh-21f6b9d14c100f0887d03422a21c57a0e327fde1.zip |
11866: More ANSI color stuff; preserve more state during prompt previewing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0dbfc405f..b1766e856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-06-11 Bart Schaefer <schaefer@zsh.org> + * 11866: Functions/Misc/colors, Functions/Prompts/promptinit: Set + up color/colour assoc arrays to map the full range of ANSI text + properties; preserve more state during themed prompt previewing. + * Alexandre: 11864: Src/Zle/complist.c: Shift an array the opposite way to fix colored listings crash. |