dracon-terminal-engine 1.1.17

A next-generation terminal compositor engine for Rust. Z-indexed layers, TrueColor, SGR mouse, Kitty keyboard, and drop-in Ratatui support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod button;
pub mod component;
pub mod context_menu;
pub mod editor;
pub mod hotkey;
pub mod input;
pub mod panel;

pub use component::Component;

pub use button::Button;
pub use context_menu::ContextMenuAction;
pub use editor::TextEditor;
pub use hotkey::HotkeyHint;
pub use input::TextInput;