Language:
Русский
English
LowVideo (procedure) (Crt unit)
Selects low intensity characters.
Declaration
procedure LowVideo;
Target
Real, Protected
Remarks
There is a Byte variable in Crt--TextAttr--that holds the current video attribute. LowVideo clears the high-intensity bit of TextAttr's foreground color, thus mapping colors 8 to 15 onto colors 0 to 7.