Skip to main content

write_scroll_up

Function write_scroll_up 

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

Scroll up by n lines with SU.

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