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