ExTermbox.Cell (ExTermbox v2.0.4)

View Source

Represents a termbox cell, a character at a position, along with the cell's background and foreground colors.

Summary

Types

t()

@type t() :: %ExTermbox.Cell{
  bg: term(),
  ch: non_neg_integer(),
  fg: term(),
  position: ExTermbox.Position.t()
}

Functions

empty()