about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-01-10 19:18:52 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-01-10 19:18:52 +0000
commit34656ec2f00d6669cef56afdbffdd90639d7b465 (patch)
treeaad44d465568963aeef4bb78f91505da258ea698 /ChangeLog
parentbb218704d27bcca9aa4426296dcd5c13d58b330a (diff)
downloadzsh-34656ec2f00d6669cef56afdbffdd90639d7b465.tar.gz
zsh-34656ec2f00d6669cef56afdbffdd90639d7b465.tar.xz
zsh-34656ec2f00d6669cef56afdbffdd90639d7b465.zip
40305: fix some problems redisplaying command line after interrupt.
Back off previous fix as this only covered some subset of problems.

Remaining problems happend after reset-prompt in TRAPINT.

One was in complist and is fixed by not attempting to list after
an error or interrupt.

The other was owing to not resetting clearflag when ZLE
was re-entered.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 149c18130..e5ef78e73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-01-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 40305: Src/Zle/complist.c, Src/Zle/zle_main.c,
+	Src/Zle/zle_refresh.c, Src/Zle/zle_thingy.c: fix some problems
+	redisplaying command line after interrupts.
+
 	* 40306 with documentation additions: Doc/Zsh/options.yo,
 	README, Src/input.c, Src/options.c, Src/parse.c, Src/zsh.h,
 	Test/A02alias.ztst: Add ALIAS_FUNC_DEF option and make