1//! Scrollback metadata for shell integration markers. 2//! 3//! This module re-exports types from the par-term-terminal crate for backward compatibility. 4 5pub use par_term_terminal::scrollback_metadata::*;