CRT Documentation: Reference

HighVideo

Selects high-intensity characters.

procedure HighVideo;

Parameters

This procedure has no parameters.

Remarks

There is a byte variable in Crt, TextAttr, that is used to hold the current video attribute. HighVideo sets the high intensity bit of TextAttr's foreground color, thus mapping colors 0-7 onto colors 8-15.

See Also

Crt Overview, LowVideo, NormVideo, TextBackground, TextColor