Skip to main content

vtcode_core/terminal_setup/
detector.rs

1//! Compatibility re-exports for the shared terminal detection crate.
2
3pub use vtcode_terminal_detection::{TerminalFeature, TerminalSetupAvailability, TerminalType};