Method: PM::PmWindow#visible_height

Defined in:
lib/patchmaster/curses/pm_window.rb

#visible_heightObject

Visible height is height of window minus 2 for the borders.



41
42
43
# File 'lib/patchmaster/curses/pm_window.rb', line 41

def visible_height
  @win.maxy - 2
end