Function emulate

Source
pub fn emulate(lines: u16, columns: u16, ansi_sequence: &[u8]) -> Screen
Expand description

Feed an ANSI sequence through a terminal emulator, returning the resulting terminal screen contents.