Tui::Cell
A single cell on screen
Constructors
continuation(style : Style = Style.default) : Cell
Continuation cell (right half of wide char)
empty
Sourcenew(char : Char = ' ', style : Style = Style.default, wide : Bool = false, continuation : Bool = false, text : String = "")
Sourcetransparent
SourceInstance methods
char
Sourcecontinuation?
Sourceglyph
Sourcestyle
Sourcestyle=(style : Style)
Sourcetext
Sourcetransparent_bg?
Sourcewide?
Source