This module provides helper functions to deal with ANSI escape codes for console outputs.
All function names are self-explanatory. They print the corresponding ANSI code.
Note that likelySupported
tests if the current
operating system is likely to support ANSI codes. It merely checks that the host operating
system is not MS Windows, which does not support ANSI codes without a 3rd-party driver.
See also: Wikipedia on ANSI escape codes