Method: Ruvi::EditorApp.perform_layout
- Defined in:
- lib/widgets.rb
.perform_layout ⇒ Object
each status bar uses up 1 line height wise the remaining main window hbox gets the remaining space
22 23 24 25 26 |
# File 'lib/widgets.rb', line 22 def self.perform_layout scr = WinDescs::instance.stdscr WinDescs::instance.descs.clear @@app.blub # TODO rename end |