about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2007-05-10 11:36:22 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2007-05-10 11:36:22 +0000
commitac1c48349664604fbaf5a69130be94ad0f472682 (patch)
tree741171c9915e4ce641322a65c1d75cf56d799635 /ChangeLog
parent7d700220cf49f91ba9235cc338570cf9e7bfaafc (diff)
downloadzsh-ac1c48349664604fbaf5a69130be94ad0f472682.tar.gz
zsh-ac1c48349664604fbaf5a69130be94ad0f472682.tar.xz
zsh-ac1c48349664604fbaf5a69130be94ad0f472682.zip
23409: disable prompt_sp output after ^D was seen and message printed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e931aa82..af3b2bf3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-10  Andrey Borzenkov <bor@zsh.org>
+
+	* 23409 with extra comment: Src/init.c, Src/utils.c: after ZLE
+	displayed "use 'exit' to exit" message, PROMPT_SP will overwrite
+	prompt without ZLE knowing about it. Disable PROMPT_SP output if
+	message was printed.
+
 2007-05-10  Peter Stephenson  <pws@csr.com>
 
 	* Peter A. Castro: 23408: zftp account handling was broken.