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