# `ExRatatui.Event.FocusLost`
[🔗](https://github.com/mcass19/ex_ratatui/blob/v0.10.1/lib/ex_ratatui/event/focus_lost.ex#L1)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
