module TTY::Screen

def height

Other tags:
    Api: - public

Returns:
  • (Integer) -
def height
  size[0]
end