ExTermbox.Cell (ExTermbox v2.0.4)
View SourceRepresents a termbox cell, a character at a position, along with the cell's background and foreground colors.
Summary
Types
@type t() :: %ExTermbox.Cell{ bg: term(), ch: non_neg_integer(), fg: term(), position: ExTermbox.Position.t() }