Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cell ¶
type Cell interface { Char() rune Attributes() ansi.Attributes Flags() Flags }
Single cell in a canvas
type ModifyCells ¶
type ModifyCells interface { // Get the cells (modifiable) GetCells() Cells }
Click to show internal directories.
Click to hide internal directories.