rust_lib_flutter_alacritty 0.2.0
rust_lib_flutter_alacritty: ^0.2.0 copied to clipboard
FFI plugin that builds the Alacritty-based terminal engine (Rust/cdylib) for the flutter_alacritty package.
0.2.0 #
- Runtime palette and terminal option reconfiguration; OSC 997 color-scheme reporting for DEC mode 2031.
- Sub-cell pixel scroll with overscan row;
scroll_to_offset,history_size, and incrementalscroll_refreshedge-row damage. - ViewFrame damage protocol; columnar
LineUpdateFFI (drops per-cell Dart marshaling). - OSC pre-parser for cwd (OSC 7) and desktop notifications (OSC 9 / 777).
- VT minimum grid clamp; OSC 8 hyperlinks only (URL hint pass removed).
- Wide-glyph selection fix,
clear_historyFFI, OSC 52 paste, and mouse-mode cursor updates.
0.1.0 #
- Initial pub.dev release of the Rust FFI plugin for
flutter_alacritty. - Bundles the
rust/crate (Alacritty terminal engine) and Cargokit build.