I'm getting some odd behavior in MinGW on Windows.
Every time I open emacs in the terminal emulator (emacs -nw), I find that when I close out of it that terminal has cleared itself.
For example, if I run mypy I get a list of Python type errors. Then I can open the offending code file and fix one of them, but then when I close out of it, I have lost the output of mypy and have to run it again to see the next error.
I've tried searching but I'm buried in results for how to keep the output of less after pressing q, but that's a question about less specifically whereas this is an issue with the terminal emulator itself.