module TTY
module TTY::Cursor
tty-cursor
0.7.1
# clear_line
def clear_line CSI + '2K' + column(1) end