macro_rules! down { ($a:tt) => { ... }; () => { ... }; }
Moves the cusor down the specified amount of characters. If no arguments are given, defaults to 1.