2.2.3.29 BufferCellType

This data type represents the type of a cell of a screen buffer.

This data type is an enum (see section 2.2.5.2.7) based on the default underlying type (signed int; see section 2.2.5.1.11) that defines the following named values):

Value

Meaning

0 - Complete

The character occupies one BufferCell.

1 - Leading

The character occupies two BufferCells and this is the leading one.

2 - Trailing

The character occupies two BufferCells and this is the trailing one.