Terminal++ 4.0.1.23
A C++ library for interacting with ANSI terminal windows
|
A structure that carries around the presentation attributes of an ANSI element. More...
#include <attribute.hpp>
Public Attributes | |
colour | foreground_colour_ |
colour | background_colour_ |
intensity | intensity_ |
underlining | underlining_ |
polarity | polarity_ |
blinking | blinking_ |
Friends | |
std::size_t | hash_value (attribute const &attr) noexcept |
Hash function. | |
constexpr friend auto | operator<=> (attribute const &lhs, attribute const &rhs) noexcept=default |
Relational operators for attributes. | |
A structure that carries around the presentation attributes of an ANSI element.