col
Changes the colors of different entities, depending upon the arguments.
Syntax
col <argument1> <argument2>
Inputs
- bac <color>
- Changes the background color to the color specified.
- bac <color>
- Changes the background color to the color value specified, using an integer from 0 to 67.
Outputs
Nothing
Errors
No error codes. If the first argument is wrong, the message "Usage : col {bac} {color val}" is displayed.
If an unsupported color value is specified, the message "Color not recognized" is displayed.
Examples
- Example 1
- To change the background color to green:
col bac green;
- Example 2
- To change the background color to black:
col bac 0;