Packages

Retrieve the terminal's size in rows and columns on all targets

Current section

Files

Jump to
term_size src term_size.app.src
Raw

src/term_size.app.src

{application, term_size, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Retrieve the terminal's size in rows and columns on all targets"},
{modules, [term_size]},
{registered, []}
]}.