Skip to main content

supercode_frontend_tui/foundation/
mod.rs

1//! Terminal-independent text, width, and layout primitives.
2
3pub mod color;
4pub mod line_truncation;
5pub mod live_wrap;
6pub mod table_detect;
7pub mod text_formatting;
8pub mod width;
9pub mod wrapping;