The color module abstracts the ansi color sequencies to the user.
It can translate both color names (red, black etc) and ansi colors (no translation needed) to ansicolors.
The user is encouraged to use this function since bashish can disable prompt colors in terminals which does not support ansi colors.
This module is unrelated to the FGCOLOR and BGCOLOR values
usage:
If color is to be used outsied the shell parsed $PROMPT string, the "raw" option must be given to color.
where COLOR is one of
<ATTRIBUTE> is one of
normal ansi numeric codes may also be given eg: 42 or 33
two typical 'color' examples:
$ color 34 1 43
Thomas Eriksson 2004-06-23