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 --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 432a35e76..30023dad9 100644 --- a/README +++ b/README @@ -74,6 +74,12 @@ to undo the escaping with: This is also needed if $vcs_info_msg_0_ is used to set $psvar. +4) 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, +and addresses the antisocial behaviour of running a command with its +stdin closed. + Incompatibilities between 5.0.8 and 5.3 ---------------------------------------- -- cgit 1.4.1