Skip to main content

Crate vtcode_ghostty_core

Crate vtcode_ghostty_core 

Source
Expand description

Pure-Rust VT terminal emulator core for VT Code.

Inspired by Ghostty’s terminal design. Processes VT byte streams incrementally via Terminal::write.

Re-exports§

pub use cell::Cell;
pub use color::AnsiColor;
pub use color::Color;
pub use cursor::Cursor;
pub use mode::CursorShape;
pub use mode::MouseTracking;
pub use screen::ScreenKind;
pub use style::Style;

Modules§

cell
color
cursor
mode
screen
style

Structs§

Terminal
A pure-Rust VT terminal emulator with incremental byte processing.