Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 400 Bytes

README.markdown

File metadata and controls

16 lines (12 loc) · 400 Bytes

terminal-size

Hackage Build Status

Get terminal window width and height

Usage

>>> import System.Console.Terminal.Size
>>> size
Just (Window {height = 60, width = 112})