TApxVT100Emulator.Col132Mode

TApxVT100Emulator

property Col132Mode : Boolean

Determines whether to display 80 or 132 characters across the display.

The VT100 terminal can support two display widths: 80 characters or 132 characters across. If Col132Mode is True, the terminal is displaying at 132-column resolution. If False, the norm, the terminal is displaying at 80-column resolution.

The host computer determines this mode. Although you can change this property, it is inadvisable to do so. It may result in bizarre displays since the host is assuming something that is no longer true.