View Source Garnish.Cell (garnish v0.1.2)

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

Summary

Types

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

Functions