about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2003-02-27 02:37:29 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2003-02-27 02:37:29 +0000
commit8e50782a72c64fd57bbd7a75dcb808bd84841251 (patch)
tree094a6bd8f5c699ae7827cf79ff510c81933164c8 /ChangeLog
parent417223a3cce7309af4c67ccd61944900a98cb8eb (diff)
downloadzsh-8e50782a72c64fd57bbd7a75dcb808bd84841251.tar.gz
zsh-8e50782a72c64fd57bbd7a75dcb808bd84841251.tar.xz
zsh-8e50782a72c64fd57bbd7a75dcb808bd84841251.zip
18306: fix redisplay of rprompt when line shortens
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99f5b4c82..58416f6ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-27  Geoff Wing  <gcw@zsh.org>
+
+	* 18306: Src/Zle/zle_refresh.c: fix redisplay of rprompt when line
+	shortens
+
 2003-02-26  Clint Adams  <clint@zsh.org>
 
 	* 18303: zshconfig.ac: fix some always-true test evaluations.