Sets the display adapter attribute bytes for a region of the current screen (contiguous set of rows)
#include <nwconio.h>
int SetScreenRegionAttribute (
int firstLine,
int numberOfLines,
BYTE attribute);
(IN) Specifies the row number of the first row in the set. The top row of the screen is 0 (zero).
(IN) Specifies the number of rows in region (in set).
(IN) Specifies the value of attribute to set; value depends on the type of monitor that is present (see the IBM Technical Reference for the Personal Computer XT).
The following table lists return values and descriptions.
Whenever output to a screen is performed, the output is written with white-on-black attribute (0x07). This nullifies the effect of this function. Therefore, this function should be called after the screen is written to.