// The terminal core (VT state machine, parser, grid, selection, search,
// PTY event model, colors) now lives in the `rio-vt` crate. Re-export
// every module at its original `crate::`/`rio_backend::` path so nothing
// downstream (rioterm, tests) has to change. This crate keeps the
// user-facing config and the sugarloaf renderer glue.
pub use ;
pub use sugarloaf;