TermUI.Parser.Events.ResizeEvent (TermUI v0.2.0)
View SourceRepresents a terminal resize event.
Fields
rows- New row countcols- New column count
Summary
Types
@type t() :: %TermUI.Parser.Events.ResizeEvent{ cols: pos_integer(), rows: pos_integer() }