Function move_cursor_up

Source
pub fn move_cursor_up(n: usize)
Expand description

Moves the cursor up by the specified number of lines.

ยงArguments

  • n - The number of lines to move the cursor up.