-
Notifications
You must be signed in to change notification settings - Fork 0
highvideo
Thomas Foster edited this page Apr 10, 2021
·
1 revision
Function Selects high-intensity characters.
Syntax void highvideo(void);
Prototype in conio.h
Return value None.
See also cprintf, cputs, gettextinfo, lowvideo, normvideo, textattr, textcolor
highvideo selects high-intensity characters by setting 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.