void onOsc(List<String> params) { if (!_enabled) return; _checkBuffer(); print(AnsiColor.yellow('<OSC $params>')); }