ExTermbox v1.0.2 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() :: %ExTermbox.Cell{
  bg: term(),
  ch: non_neg_integer(),
  fg: term(),
  position: ExTermbox.Position.t()
}

Link to this section Functions