<p dir="ltr">"Bash on Ubuntu on windows" responds to CTRL+D just fine. I don't really know how it works, but it looks like it is based on the Windows terminal emulator. </p>
<p dir="ltr">Elazar </p>
<br><div class="gmail_quote"><div dir="ltr">בתאריך יום ה׳, 29 בספט' 2016, 06:36, מאת Chris Angelico ‏<<a href="mailto:rosuav@gmail.com">rosuav@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Sep 29, 2016 at 12:04 PM, Steven D'Aprano <<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>> wrote:<br>
> (Also, it seems a shame that Ctrl-D is EOF in Linux and Mac, but Windows<br>
> is Ctrl-Z + Return. Can that be standardized to Ctrl-D everywhere?)<br>
<br>
Sadly, I suspect not. If you're running in the default Windows<br>
terminal emulator (the one a normal user will get by invoking<br>
cmd.exe), you're running under a lot of restrictions, and I believe<br>
one of them is that you can't get Ctrl-D without an enter.<br>
<br>
But it would be very nice to support both.<br>
<br>
ChrisA<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</blockquote></div>