{
{   The purpose of this request is to change the visual attributes for
{ a rectangular area of the screen.  If the area already contains some
{ mixture of text and graphics, restrictions will be automatically
{ applied to assure that text positions do not receive any of the
{ graphic boldness attributes, and that graphic positions do not lose
{ the protection attribute.
{
{       CSP$CHANGE_WORKSPACE_ATTRIBUTES (X_POSITION, Y_POSITION,
{             WIDTH, HEIGHT, ATTRIBUTE, STATUS)
{
{ X_POSITION: (input)  This specifies one of the coordinates for the
{       upper left corner of the area to be affected.
{
{ Y_POSITION: (input)  This is the other coordinate for the upper left
{       corner of the area.
{
{ WIDTH: (input)  This specifies the horizontal size of the area.
{
{ HEIGHT: (input)  This specifies the vertical size of the area.
{
{ ATTRIBUTE: (input)  This specifies the attributes to be applied.
{
{ STATUS: (output)  This receives any condition codes.
{
{       condition_identifiers:  cse$workspace_not_open
{                               cse$unknown_x_position
{                               cse$unknown_y_position
