ExTermbox v0.3.1 ExTermbox.Cell View Source
Represents a termbox cell, a character at a position, along with the cell's background and foreground colors.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ExTermbox.Cell{
bg: term(),
ch: non_neg_integer(),
fg: term(),
position: ExTermbox.Position.t()
}
t() :: %ExTermbox.Cell{ bg: term(), ch: non_neg_integer(), fg: term(), position: ExTermbox.Position.t() }
Link to this section Functions
Link to this function