//! Alternate-screen renderer.
//!
//! Fullscreen mode deliberately shares the regular presentation renderer so
//! both modes keep the same transcript, composer, colors, layout, and status
//! bar. The mode remains responsible for alternate-screen lifecycle and
//! fullscreen scrolling in `app::run_tui`.
use Frame;
use App;
pub