module TTY
module TTY::Cursor
tty-cursor
0.7.1
# down
n
Integer
def down(n = nil) CSI + "#{(n || 1)}B" end