pub fn emulate(lines: u16, columns: u16, ansi_sequence: &[u8]) -> Screen
Feed an ANSI sequence through a terminal emulator, returning the resulting terminal screen contents.