class
CryTUI::Cell
- CryTUI::Cell
- Reference
- Object
Defined in:
crytui/buffer.crConstructors
Instance Method Summary
- #continuation=(continuation : Bool)
- #continuation? : Bool
- #copy : Cell
- #reset
- #style : Style
- #style=(style : Style)
- #symbol : String
- #symbol=(symbol : String)
Constructor Detail
def self.new(symbol : String = " ", style : CryTUI::Style = Style.new, continuation : Bool = false)
#