Description
Gets the terminal window height and width from Haskell. Knowing terminal size helps command-line applications wrap text, choose table layouts, or adjust progress displays.
It is useful for CLIs, TUI tools, report renderers, and diagnostics that need to fit the current terminal. It is a developer library and has no standalone interface.