Files
opencode/packages/client/tui/input/focus.go
Dax Raad 550d2d3f99 sync
2025-07-23 22:57:21 -04:00

10 lines
253 B
Go

package input
// FocusEvent represents a terminal focus event.
// This occurs when the terminal gains focus.
type FocusEvent struct{}
// BlurEvent represents a terminal blur event.
// This occurs when the terminal loses focus.
type BlurEvent struct{}