feat(core): Osc133Scanner + FallbackScanner status detectors + grid tail_text

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 22:59:24 +07:00
parent 84a19356e2
commit 4ec7dc1a78
3 changed files with 198 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
pub mod detect;
pub mod grid;
pub mod ops;
pub mod presets;
pub mod snapshot;
pub use detect::{FallbackScanner, Osc133Scanner};
pub use grid::GridSurface;
pub use snapshot::Snapshot;