Skip to main content

supercode_frontend_tui/transcript/
mod.rs

1//! Normalized transcript state and rendering for attachable runtimes.
2
3mod ansi;
4mod diff;
5mod markdown;
6mod render;
7
8pub use render::TranscriptRenderer;
9pub use supercode_frontend_model::CellState;
10pub use supercode_frontend_model::TranscriptCell;
11pub use supercode_frontend_model::TranscriptKind;
12pub use supercode_frontend_model::TranscriptModel;