diff options
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +/** + * Utilities for colored output on ANSI terminals. + */ + #ifndef BFS_COLOR_H #define BFS_COLOR_H |