|
tblite
Light-weight tight-binding framework
|
Public Member Functions | |
| pure character(len=:) function, allocatable | concat_left (lval, code) |
| Concatenate an escape code with a string and turn it into an actual escape sequence. | |
| pure character(len=:) function, allocatable | concat_right (code, rval) |
| Concatenate an escape code with a string and turn it into an actual escape sequence. | |
| pure character(len=:) function, allocatable tblite_context_terminal::operator(//)::concat_left | ( | character(len=*), intent(in) | lval, |
| type(color), intent(in) | code ) |
Concatenate an escape code with a string and turn it into an actual escape sequence.
| [in] | lval | String to add the escape code to |
| [in] | code | Escape sequence |
| pure character(len=:) function, allocatable tblite_context_terminal::operator(//)::concat_right | ( | type(color), intent(in) | code, |
| character(len=*), intent(in) | rval ) |
Concatenate an escape code with a string and turn it into an actual escape sequence.
| [in] | rval | String to add the escape code to |
| [in] | code | Escape sequence |