module Cura::Termbox::Window

Termbox specific mixins for Cura::Window.

Public Instance Methods

height() click to toggle source

Get the height of this window.

@return [Integer]

# File lib/cura/termbox/window.rb, line 17
def height
  ::Termbox.tb_height
end
width() click to toggle source

Get the width of this window.

@return [Integer]

# File lib/cura/termbox/window.rb, line 10
def width
  ::Termbox.tb_width
end