Writes text to the terminal without a trailing newline.
@override void write(String text) => _output.write(text);