Skip to main content

vtcode_tui/core_tui/widgets/
layout_mode.rs

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