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