Create Cell instance which are able to convert itself to ASCII control sequence.
Char that you want to wrap with control sequence
Get current background options of the cell.
Returns current character in the cell.
Get display characteristics of the cell.
Get current foreground options of the cell.
Get X coordinate of the cell.
Get Y coordinate of the cell.
Reset all display settings for the cell. It resets char, background, foreground and display mode.
Reset background for the cell.
Resets display characteristics for the cell.
Resets foreground for the cell.
Set a new background for the cell.
Updates the cell with the newly specified character.
Char to update in the cell
Updates display characteristics of the cell.
Options for the display characteristics of the character in cell
Set a new foreground for the cell.
Set X coordinate.
X coordinate of the cell
Set Y coordinate.
Y coordinate of the cell
Convert cell to VT100 control sequence.
Wrapper around new Cell()
.
Generated using TypeDoc
Wrapper for one cell in the terminal. It is used for converting abstract configuration of the cell to the real control sequence.
2.0.0