Hey! First, thanks for addressing this. The fact that CTRL+C closes cmd was the reason I created https://bugs.winehq.org/show_bug.cgi?id=55197.
I have some questions about the current cmd behavior: - `CTRL+C` creates a new line, but does not write a new prompt to stdout. Typing text will make text appear again on the original line. Microsoft cmd will create a new prompt, and make new text input appear after that. - This is probably a feature request, but I think it would be useful to close cmd by pressing CTRL+D (EOF). Other repl's, such as python have this behavior.
If you prefer me to create bugzilla issues for these, let me know.