def primary_window : Symbol | Nil
#
class Peridot::UI
- Peridot::UI
- Reference
- Object
Defined in:
ui.crConstructors
Instance Method Summary
- #clear
- #command(name : String)
- #current_window : Symbol | Nil
- #empty
- #move_down
- #move_up
- #poll
- #primary_window : Symbol | Nil
- #primary_window=(primary_window : Symbol | Nil)
- #redraw
-
#resize
Known Issue: Playlist windows border breaks at very short heights
- #select_window(name : Symbol) : Void
- #shutdown
- #update_status
- #windows : Hash(Symbol, Window)