terminal-size

Get terminal window height and width

Version on this page:0.3.2@rev:1
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.2@sha256:9d18011d0c8779a7e928602d6750ca1f7cd069a7a1a08ca59224590bb250a955,1350

Module documentation for 0.3.2

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2015-08-30(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.2

0.3.1

  • Typeable, Data, Generic, and Generic1 instances for Window.

0.3.0