oxi-tui 0.60.0

Terminal UI rendering pipeline and widget library for oxi (v2 — terminal-first pipeline)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Terminal capability detection — re-export shim.
//!
//! As of Task 13 (PR-3 2/3), `TerminalCaps` lives in
//! [`crate::theme::capability`], where detection and theme color-level
//! adaptation share the same module. This shim preserves the
//! `pipeline::diff_backend::caps::TerminalCaps` import path so existing
//! callers in `DiffBackend` continue to work without churn.
//!
//! See `theme::capability` for the full capability table, the
//! `TerminalKind` classifier, the `ColorLevel` enum, and the
//! `adapt_color` / `adapt_theme` helpers.

pub use crate::theme::capability::{ImageProtocol, TerminalCaps};