1 2 3 4 5
//! Responsive layout mode based on terminal dimensions. //! //! Re-exported from `vtcode_design::layout` as the single source of truth. pub use vtcode_design::layout::LayoutMode;