pub fn page_content(content: &str, title: &str) -> Result<()>Expand description
Display content through the streampager pager.
Supports up/down scrolling, left/right horizontal scrolling for wide tables,
/pattern search, and correctly handles ANSI color codes.
If the content fits the terminal screen, it is printed directly (Hybrid mode).
An optional title is shown at the top of the pager (e.g., column names).
Returns Err if the pager fails to start; caller should fall back to direct print.