module TTY::Cursor

def next_line

Other tags:
    Api: - public
def next_line
  CSI + 'E' + column(1)
end