|
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.
|
|
◆ concat_left()
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.
- Parameters
-
[in] | lval | String to add the escape code to |
[in] | code | Escape sequence |
- Returns
- Concatenated string
◆ concat_right()
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.
- Parameters
-
[in] | rval | String to add the escape code to |
[in] | code | Escape sequence |
- Returns
- Concatenated string
The documentation for this interface was generated from the following file:
- /home/runner/work/tblite/tblite/src/tblite/context/terminal.f90