vtcode-tui 0.123.5

Reusable TUI primitives and session API for VT Code-style terminal interfaces
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;