module TTY::Cursor

def current

Other tags:
    Api: - public
def current
  CSI + '6n'
end