Function move_cursor_down

Source
pub fn move_cursor_down(n: usize)
Expand description

Moves the cursor down by the specified number of lines.

ยงArguments

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