Function console_utils::control::move_cursor_to
source · pub fn move_cursor_to(x: usize, y: usize)Expand description
Moves the cursor to the specified position on the console.
§Arguments
x- The horizontal position (column) to move the cursor to.y- The vertical position (row) to move the cursor to.