|
tblite
Light-weight tight-binding framework
|
Support for ANSI escape sequences to get colorful terminal output. More...
Data Types | |
| interface | context_terminal |
| Colorizer class for handling colorful output in the terminal. More... | |
| interface | operator(+) |
| interface | operator(//) |
Functions/Subroutines | |
| pure character(len=:) function, allocatable, public | escape (code) |
| Transform a color code into an actual ANSI escape sequence. | |
Support for ANSI escape sequences to get colorful terminal output.
| pure character(len=:) function, allocatable, public tblite_context_terminal::escape | ( | type(color), intent(in) | code | ) |
Transform a color code into an actual ANSI escape sequence.
| [in] | code | Color code to be used |