BufferCellType Enum

Definition

Defines three types of BufferCells to accommodate for hosts that use up to two cells to display a character in some languages such as Chinese and Japanese.

public enum class BufferCellType
public enum BufferCellType
type BufferCellType = 
Public Enum BufferCellType
Inheritance
BufferCellType

Fields

Complete 0

Character occupies one BufferCell.

Leading 1

Character occupies two BufferCells and this is the leading one.

Trailing 2

Preceded by a Leading BufferCell.

Applies to