|
tblite
Light-weight tight-binding framework
|
Public Member Functions | |
| pure type(color) function | add (lval, rval) |
| Add two escape sequences, attributes in the right value override the left value ones. | |
| pure type(color) function tblite_context_terminal::operator(+)::add | ( | type(color), intent(in) | lval, |
| type(color), intent(in) | rval ) |
Add two escape sequences, attributes in the right value override the left value ones.
| [in] | lval | First escape code |
| [in] | rval | Second escape code |