TerminalFocusEvent

data class TerminalFocusEvent(val focused: Boolean)

Focus transition event accepted by the terminal input encoder.

Constructors

Link copied to clipboard
constructor(focused: Boolean)

Properties

Link copied to clipboard

true when the terminal surface gained focus, false when it lost focus.