-
Notifications
You must be signed in to change notification settings - Fork 0
lowvideo
Thomas Foster edited this page Apr 10, 2021
·
2 revisions
Function Selects low-intensity characters.
Syntax void lowvideo(void);
Prototype in conio.h
Return value None.
See also highvideo, normvideo, textattr, textcolor
lowvideo selects low-intensity characters by clearing the high-intensity bit of the currently selected foreground color.
This function does not affect any characters currently on the screen, but does affect those displayed by functions (such as cprintf) that perform direct video, text mode output after highvideo is called.