type

suspend fun InMemoryTerminal.type(vararg chars: Char)

Convenience functions for typing characters (instead of sending their underlying codes)


suspend fun InMemoryTerminal.type(text: String)