a2ui-tui 0.2.1

ratatui terminal backend for A2UI (Agent to UI)
Documentation
1
2
3
4
5
6
7
//! Keyboard focus management for the TUI renderer.
//!
//! Moved to `a2ui_base::focus` (framework-agnostic) so every backend shares one
//! implementation. This module re-exports it under the historical
//! `a2ui_tui::focus_manager` path so existing imports keep working.

pub use a2ui_base::focus::{FocusManager, FOCUSABLE_TYPES};