Skip to content

normvideo

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

Function   Selects normal-intensity characters.

Syntaxvoid normvideo(void);

Prototype in   conio.h

Return value   None.

See also highvideo, lowvideo, textattr, textcolor

Remarks

normvideo selects normal characters by returning the text attribute (foreground and background) to the value it had when the program started.

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

Header Files

Clone this wiki locally