Function move_cursor_right

Source
pub fn move_cursor_right(n: usize)
Expand description

Moves the cursor to the right by the specified number of characters.

ยงArguments

  • n - The number of characters to move the cursor to the right.