Go to the first, previous, next, last section, table of contents.


textbackground

Syntax

#include <conio.h>

void textbackground(int _color);

Description

Sets just the background of the text attribute. See section textattr.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.