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