abstract class TUI::Backend
- TUI::Backend
- Reference
- Object
Overview
Backends must create a fiber that loops infinitely to send events
to channel
Direct Known Subclasses
Defined in:
tui/backend.crConstant Summary
-
DEFAULT =
NCurses
Constructors
Instance Method Summary
- #clear : self
- #draw(cell : TUI::Cell, x : Int32, y : Int32) : self
- #height : Int32
- #paint(painter : TUI::Painter)
- #poll : TUI::Event
- #refresh : self
- #start : self
- #started : Bool
- #stop : self
-
#title=(str : String)
XTerm compatible
- #width : Int32