Skip to main content

write_scroll_down

Function write_scroll_down 

Source
pub fn write_scroll_down<W: Write>(w: &mut W, n: u16) -> Result<()>
Expand description

Scroll down by n lines with SD.

n <= 1 emits ESC [ T; larger counts emit ESC [ <n> T.