Skip to content

highvideo

Thomas Foster edited this page Apr 10, 2021 · 1 revision

Function   Selects high-intensity characters.

Syntaxvoid highvideo(void);

Prototype in   conio.h

Return value   None.

See also cprintf, cputs, gettextinfo, lowvideo, normvideo, textattr, textcolor

Remarks

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.

Header Files

Clone this wiki locally