Function term_cursor::set_cursor_pos [] [src]

pub fn set_cursor_pos(x: i32, y: i32) -> Result<(), Error>

Set the cursor position to the specified coordinates. X and Y correspond to columns and rows respectively.


This function could fail for a number of reasons, depending on the OS.