feat(core): GridSurface feeding PTY bytes into alacritty term

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 20:10:49 +07:00
parent 8d0b5b8d1d
commit e2b746dd64
2 changed files with 89 additions and 1 deletions
+6 -1
View File
@@ -1 +1,6 @@
// modules added in Tasks 11-12
pub mod grid;
// snapshot module added in Task 12
// pub mod snapshot;
pub use grid::GridSurface;
// pub use snapshot::Snapshot;