Writes a UTF-8 text line (used for local status notices).
text
@override void writeText(String text) => _term.write(text.toJS);