mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Search in API
mosaic
mosaic-tty
/
com.jakewharton.mosaic.tty
/
TestTty
Test
Tty
common
jvm
native
expect
class
TestTty
:
AutoCloseable
actual
class
TestTty
:
AutoCloseable
actual
class
TestTty
:
AutoCloseable
Members
Types
Companion
Link copied to clipboard
common
jvm
native
expect
object
Companion
actual
object
Companion
actual
object
Companion
Properties
tty
Link copied to clipboard
common
jvm
native
expect
val
tty
:
Tty
actual
val
tty
:
Tty
actual
val
tty
:
Tty
Functions
close
Link copied to clipboard
common
jvm
native
expect
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
focus
Event
Link copied to clipboard
common
jvm
native
expect
fun
focusEvent
(
focused
:
Boolean
)
actual
fun
focusEvent
(
focused
:
Boolean
)
actual
fun
focusEvent
(
focused
:
Boolean
)
key
Event
Link copied to clipboard
common
jvm
native
expect
fun
keyEvent
(
)
actual
fun
keyEvent
(
)
actual
fun
keyEvent
(
)
mouse
Event
Link copied to clipboard
common
jvm
native
expect
fun
mouseEvent
(
)
actual
fun
mouseEvent
(
)
actual
fun
mouseEvent
(
)
resize
Event
Link copied to clipboard
common
jvm
native
expect
fun
resizeEvent
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)
actual
fun
resizeEvent
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)
actual
fun
resizeEvent
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)
write
Link copied to clipboard
common
jvm
native
expect
fun
write
(
buffer
:
ByteArray
)
actual
fun
write
(
buffer
:
ByteArray
)
actual
fun
write
(
buffer
:
ByteArray
)