Skip to content

lowvideo

Thomas Foster edited this page Apr 10, 2021 · 2 revisions

Function   Selects low-intensity characters.

Syntaxvoid lowvideo(void);

Prototype in   conio.h

Return value   None.

See also highvideo, normvideo, textattr, textcolor

Remarks

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 lowvideo is called.

Header Files

Clone this wiki locally