Skip to main content

vtcode_ui/tui/core_tui/widgets/
layout_mode.rs

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