@pragma('vm:prefer-inline') @pragma('wasm:prefer-inline') @pragma('dart2js:prefer-inline') String eraseDown([int count = 1]) => '${csi}J' * count;