Description
Provides a reliable way for Haskell programs to detect whether they are running in a MinTTY console on Windows. This can affect terminal behavior, colors, input handling, and compatibility decisions.
It is useful for cross-platform command-line tools that need to adapt to Windows terminal environments. It is a support library and does not change the terminal by itself.