Function ansi_control::move_line
[−]
[src]
pub fn move_line(n: i32) -> String
Moves the cursor to beginning of the line n lines down. If n is a negative number, this function moves the cursor |n| lines up.