terminal-size

Get terminal window height and width

Version on this page:0.3.0
LTS Haskell 22.14:0.3.4
Stackage Nightly 2024-03-28:0.3.4
Latest on Hackage:0.3.4

See all snapshots terminal-size appears in

BSD-3-Clause licensed by Andreas Hammar, Matvey Aksenov
Maintained by [email protected]
This version can be pinned in stack with:terminal-size-0.3.0@sha256:13c6cf8d4501c38cb04e03b503cf5c53dffe78be6fe3f37cea2a16d242216d5f,1027

Module documentation for 0.3.0

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2015-05-16(full list with versions):

terminal-size

Hackage Build Status

Get terminal window width and height

Usage

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

Changes

0.3.0