module TTY::Screen

def width

Other tags:
    Api: - public

Returns:
  • (Integer) -
def width
  size[1]
end