Skip to main content

supercode_frontend_tui/terminal/
mod.rs

1//! Terminal event and draw scheduling primitives.
2
3pub mod event_stream;
4mod frame_rate_limiter;
5pub mod frame_requester;
6pub mod hyperlinks;
7pub mod lifecycle;
8pub mod notifications;
9pub mod palette;