struct

Tui::Cell

Inherits Struct / Value / Object

A single cell on screen

Constructors

continuation(style : Style = Style.default) : Cell

Continuation cell (right half of wide char)

Source
empty
Source
new(char : Char = ' ', style : Style = Style.default, wide : Bool = false, continuation : Bool = false, text : String = "")
Source
text(text : String, style : Style = Style.default, wide : Bool = false) : Cell
Source
transparent
Source

Instance methods

==(other : Cell) : Bool
Source
char
Source
char=(char : Char)
Source
continuation=(continuation : Bool)
Source
continuation?
Source
glyph
Source
style
Source
style=(style : Style)
Source
text
Source
text=(text : String)
Source
transparent_bg?
Source
wide=(wide : Bool)
Source
wide?
Source
with_dimmed_colors

Create copy with dimmed colors (for shadow)

Source