I\'m looking into developing a console application in python which should be able to run under Windows as well as Linux. For this, I\'d really like to use a high-level conso
There is a wcurses. I've never tried it but it may meet your needs. It sounds like it doesn't have full curses compatibility, but may be close enough. Also it might not be using the DOS terminal, but opening a GUI window and drawing monospaced text inside.
Other windows text mode options are:
I believe both are windows only.