ghostty_vte 0.0.1
ghostty_vte: ^0.0.1 copied to clipboard
Dart FFI bindings for Ghostty's virtual-terminal engine (libghostty-vt). Paste-safety checks, OSC parsing, SGR attribute parsing, and keyboard event encoding — on native platforms and on the web via W [...]
0.0.1 #
- Initial release.
- Dart FFI bindings for Ghostty's libghostty-vt.
- Paste-safety checking via
GhosttyVt.isPasteSafe(). - OSC (Operating System Command) streaming parser.
- SGR (Select Graphic Rendition) attribute parser.
- Keyboard event encoding (legacy, xterm, Kitty protocol).
- Web support via WebAssembly.
- Prebuilt library support — skip Zig with downloaded binaries.