Cringe.Event.Resize (cringe v0.3.1)

Copy Markdown View Source

Terminal resize event.

Summary

Types

t()

@type t() :: %Cringe.Event.Resize{height: pos_integer(), width: pos_integer()}

Functions

new(width, height)

@spec new(pos_integer(), pos_integer()) :: t()