sendFocusEvent

expect fun sendFocusEvent(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 sendFocusEvent(focused: Boolean)
actual fun sendFocusEvent(focused: Boolean)