about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-01-15 12:49:42 +0000
committerPeter Stephenson <pws@zsh.org>2016-01-15 12:49:42 +0000
commit1d8b5285226afba4f1ef9030cf862c14b975c284 (patch)
tree0aa8503873ae04dafee2ea521e8bffe76d437bf6 /ChangeLog
parentda71967273150c318c8cb7dc9fb2c51d11adb827 (diff)
downloadzsh-1d8b5285226afba4f1ef9030cf862c14b975c284.tar.gz
zsh-1d8b5285226afba4f1ef9030cf862c14b975c284.tar.xz
zsh-1d8b5285226afba4f1ef9030cf862c14b975c284.zip
37643: Reset interrupt on key input in menu selection.
We don't need to propagate the interrupt further as the interrupt
causes the key to be empty, which will exit the widget.  We
need to reset the condition as zrefresh() is now more sensitive
to errors since 36416 / 32f5d3d8.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc7d1fdd4..5ffa7eec2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-15  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 37643: Src/Zle/complist.c: Reset interrupt after getkeycmd()
+	in menu selection.
+
 	* 37512: Src/params.c: overeager WARN_CREATE_GLOBAL with
 	strftime.