Kotter docs
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotter docs
kotter
/
com.varabyte.kotter.runtime.terminal.inmemory
/
type
type
suspend
fun
InMemoryTerminal
.
type
(
vararg
chars
:
Char
)
(
source
)
Convenience functions for typing characters (instead of sending their underlying codes)
suspend
fun
InMemoryTerminal
.
type
(
text
:
String
)
(
source
)