Sets the terminal window title.
@override void setTitle(String title) { if (supportsAnsi) write(Ansi.setTitle(title)); }