Method: Rfd::DebugWindow#initialize

Defined in:
lib/rfd/windows.rb

#initializeDebugWindow

Returns a new instance of DebugWindow.



101
102
103
# File 'lib/rfd/windows.rb', line 101

def initialize
  super maxy: 1, maxx: 29, begy: 1, begx: Curses.cols - 30
end