From 34656ec2f00d6669cef56afdbffdd90639d7b465 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 10 Jan 2017 19:18:52 +0000 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 149c18130..e5ef78e73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-01-10 Peter Stephenson + * 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 -- cgit v1.2.3-70-g09d2