Function ansi_control::move_cursor
[−]
[src]
pub fn move_cursor(i: i32, j: i32) -> String
Moves the cursor i (row), j (column) cells. If the cursor is already at the edge of the screen, this has no effect.