Module: Cura::Termbox::Window

Defined in:
lib/cura/termbox/window.rb

Overview

Termbox specific mixins for Cura::Window.

Instance Method Summary collapse

Instance Method Details

#heightInteger

Get the height of this window.

Returns:

  • (Integer)


17
18
19
# File 'lib/cura/termbox/window.rb', line 17

def height
  ::Termbox.tb_height
end

#widthInteger

Get the width of this window.

Returns:

  • (Integer)


10
11
12
# File 'lib/cura/termbox/window.rb', line 10

def width
  ::Termbox.tb_width
end