focusEvent

expect fun focusEvent(focused: Boolean)

Send a focus event to tty's callback.

On Windows this event can only be observed by during calls to Tty.read or Tty.readWithTimeout. This event is not supported on other platforms.

actual fun focusEvent(focused: Boolean)
actual fun focusEvent(focused: Boolean)