writeAscii

abstract fun writeAscii(text: String)

Writes an ASCII string to the host input stream.

Implementations should reject or otherwise fail fast for non-ASCII text rather than silently changing terminal wire bytes.

Parameters

text

text whose characters must fit in the ASCII byte range.