down

Macro down 

Source
macro_rules! down {
    ($a:tt) => { ... };
    () => { ... };
}
Expand description

Moves the cusor down the specified amount of characters. If no arguments are given, defaults to 1.