A command that writes raw bytes/escape sequences directly to the terminal.
static Cmd writeRaw(String data) { return Cmd(() async => WriteRawMsg(data)); }