Consultor Eletrônico



Kbase P31170: How to set colors for Progress in character mode on UNIX.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/16/2008
Status: Verified

GOAL:

How to set colors for Progress in character mode on UNIX.

FIX:

Set the emulation software to ANSI with color or other emulation that supports color.

Set the environment variable TERM to ansic like this:

TERM=ansic; export TERM

Use a test program like the following to test the colors:

DISPLAY " yellow/black" WITH FRAME a COLOR Y/W WIDTH 80 20 DOWN.
DISPLAY " blue/cyan" WITH FRAME b COLOR blu/cyn WIDTH 80 20 DOWN.
DISPLAY " brown/black" WITH FRAME c COLOR brn/blk WIDTH 80 20 DOWN.
PAUSE(2).