module TTY::Cursor

def column(n = nil)

Other tags:
    Api: - public

Parameters:
  • n (Integer) --
def column(n = nil)
  CSI + "#{n || 1}G"
end