packages feed

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

module Terminal.Size where

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

    -- | How wide the terminal is.
    columns :: Int
  }