Package: ansi_pkg
- File: ansi_pkg.vhd
Constants
| Name | Type | Value | Description | 
|---|---|---|---|
| no_colors | ansi_colors_t | (fg => no_color, bg => no_color, style => normal) | 
Types
| Name | Type | Description | 
|---|---|---|
| ansi_color_t | ( no_color, black, red, green, yellow, blue, magenta, cyan, white, lightblack, lightred, lightgreen, lightyellow, lightblue, lightmagenta, lightcyan, lightwhite ) | |
| ansi_style_t | ( dim, normal, bright ) | |
| ansi_colors_t | 
Functions
- disable_colors () return ()
- enable_colors () return ()
- ansi_color_demo () return ()