TermUI.Parser.Events.FocusEvent (TermUI v0.2.0)
View SourceRepresents a focus change event.
Fields
focused-trueif terminal gained focus,falseif lost
Summary
Types
@type t() :: %TermUI.Parser.Events.FocusEvent{focused: boolean()}
Represents a focus change event.
focused - true if terminal gained focus, false if lost@type t() :: %TermUI.Parser.Events.FocusEvent{focused: boolean()}