TerminalCell Struct
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Represents a single character cell from the terminal buffer.
Syntax
public struct TerminalCell
Inherited Members
Properties
Name | Description |
---|---|
Back |
Gets or sets the background color (a palette index). |
Blink | Gets or sets a blink flag. |
Bold | Gets or sets a bold flag. |
Character | Gets or sets the character. |
Fore |
Gets or sets the foreground color (a palette index). |
Italic | Gets or sets an italic flag. |
Underline | Gets or sets the underline style. |
Methods
Name | Description |
---|---|
To |
Returns the cell character. |