ExRatatui.Event.FocusLost (ExRatatui v0.11.0)

Copy Markdown View Source

Emitted when the terminal window loses focus.

Carries no payload — pattern-match the struct itself. Apps use this to pause expensive animations or background ticks while the user is elsewhere; see ExRatatui.Event.FocusGained for the inverse and a full pattern-match example.

Summary

Types

t()

@type t() :: %ExRatatui.Event.FocusLost{}