MCPcopy
hub / github.com/charmbracelet/bubbletea / FocusMsg

Struct FocusMsg

focus.go:5–5  ·  view source on GitHub ↗

FocusMsg represents a terminal focus message. This occurs when the terminal gains focus.

Source from the content-addressed store, hash-verified

3// FocusMsg represents a terminal focus message.
4// This occurs when the terminal gains focus.
5type FocusMsg struct{}
6
7// BlurMsg represents a terminal blur message.
8// This occurs when the terminal loses focus.

Callers 1

translateInputEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected