Setting the background color in CLPPlus window mode

You can set different background colors in the CLPPlus window mode.

Procedure

To set the background color in the CLPPlus window mode:

  1. Using the CLPPLUS CLPPlus command, start the CLPPlus session. The CLPPlus session is started, by default, in the window mode. For more information, see the Related reference.
  2. Use the SET CLPPlus command with the BGCOLOR keyword, SET BGCOLOR color|<r,g,b>. For more information on the SET command, see the Related reference.

Example

The following example sets the background color that is displayed in the CLPPlus window mode to cyan.
SET BGCOLOR cyan
The following example sets the background color that is displayed in the CLPPlus window mode to white.
SET BGCOLOR 255,255,255