packages feed

tilia-0.0.1.0: corpora/vendored/declaration/data/comment-above-a-moved-haddock.hs

module Terminal.Size where

data Size = Size
  { rows :: Int
  -- Measured once at startup; the terminal is not resized while we run.
  , columns :: Int
  -- ^ How wide the terminal is.
  }