module TTY::Cursor

def clear_line

Other tags:
    Api: - public
def clear_line
  CSI + '2K' + column(1)
end