-
Notifications
You must be signed in to change notification settings - Fork 0
getbordercolor
Thomas Foster edited this page Mar 23, 2021
·
1 revision
Function Gets the current color of the console border area.
Syntax int getbordercolor(void);
Prototype in dos.h
Return value getbordercolor returns the current border color.
See also setbordercolor setbordersize
getbordercolor returns the current color of the border that surrounds the console, which can range from 0 to 15. The default border color is 0 (black).