Skip to main content

write_cuu

Function write_cuu 

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

Move the cursor up n rows with CUU.

n == 0 emits nothing, n == 1 emits ESC [ A, and larger counts emit ESC [ <n> A.