From 4d007e269d1892e45e44ff92b6b9a1a205ff64d5 Mon Sep 17 00:00:00 2001 From: Stephane Chazelas Date: Tue, 13 Jun 2017 21:34:55 -0400 Subject: 41275: Leave stdin open when executing widgets --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 568b1609a..44949b453 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ expansion (see zshexpn(1)), so they could neither be quoted nor be the result of parameter expansion. Examples: 's=command; $s -V ls' and '\command -V ls' now work as expected. +Functions executed by ZLE widgets no longer have they standard input +closed, but is now redirected from /dev/null instead. That still guards +against user defined widgets inadvertently reading from the tty device. + Changes from 5.2 to 5.3.1 ------------------------- -- cgit 1.4.1