packages feed

tilia-0.0.1.0: corpora/vendored/other/section-anchor-with-a-blank-line.hs

module Terminal.Size
  ( -- * Getting started
    -- $intro
    --

    -- * Measuring
    -- $measuring
    rows,
    columns,
  )
where

rows :: Int
rows = 24

columns :: Int
columns = 80