terminal-size-0.3.0: README.markdown
terminal-size
=============
[](https://hackage.haskell.org/package/terminal-size)
[](https://travis-ci.org/biegunka/terminal-size)
Get terminal window width and height
Usage
-----
```
>>> import System.Console.Terminal.Size
>>> size
Just (Window {height = 60, width = 112})
```