Running 1.1 in Windows docker container mcr.microsoft.com/windows/nanoserver:ltsc2022 through docker run --rm -it in Windows Terminal 1.22.11141.0
Using Docker 27.4.1 (the latest version that works properly in Windows :-/)
Launching edit with or without a file will insert "c0c" at the beginning of the document.
Example:
echo Hello world! > hello.txt
edit hello.txt
Ctrl+Q
Note this doesn't happen when run through cmd.exe

