sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
https://cowasm.org
BSD 3-Clause "New" or "Revised" License
482 stars 23 forks source link

in terminal in node, make it so ctrl+D actually sends EOF. #10

Closed williamstein closed 2 years ago

williamstein commented 2 years ago

See also #6. I'm not sure if this is possible or subtle or how it is supposed to work. Maybe we have to set some EOF state. In any case, just sending the \u0004 character over stdin is not the same thing as EOF!