Tag
Rio's terminal engine is split into rio-vt (safe Rust crate) and librio (C ABI static library), making the VT state machine, grid, scrollback, selection, search, and image protocols embeddable in other applications.
Introduces a Rust macro that suppresses borrow checker errors for educational purposes, warning it is unsafe for production use.