cmd/acme: ^D doesn't work in win
Author: rogpeppeCreated Nov 19, 2021Updated Nov 19, 2021
To repro, in a win window do:
% cat > /tmp/foo
something
^DThe cat never receives EOF and the ^D character goes into the file.
Source: 9fans/go
To repro, in a win window do:
% cat > /tmp/foo
something
^DThe cat never receives EOF and the ^D character goes into the file.
Source: 9fans/go