feat(core): deterministic ANSI snapshot of the grid for reattach repaint

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