11namespace kaycxx::term {
constexpr sgr no_inverse
Disable inverse colors.
Definition sgr.hpp:49
constexpr sgr no_italic
Disable italic text.
Definition sgr.hpp:43
constexpr sgr inverse
Enable inverse colors.
Definition sgr.hpp:37
constexpr sgr reset_background
Reset background color.
Definition sgr.hpp:55
constexpr sgr dim
Enable dim intensity.
Definition sgr.hpp:28
constexpr sgr bold
Enable bold intensity.
Definition sgr.hpp:25
constexpr sgr reset
Reset all SGR attributes.
Definition sgr.hpp:22
constexpr sgr normal_intensity
Reset bold and dim intensity.
Definition sgr.hpp:40
constexpr sgr underline
Enable underlined text.
Definition sgr.hpp:34
constexpr sgr reset_foreground
Reset foreground color.
Definition sgr.hpp:52
constexpr sgr no_underline
Disable underlined text.
Definition sgr.hpp:46
constexpr sgr italic
Enable italic text.
Definition sgr.hpp:31
Select Graphic Rendition command.
Definition sgr.hpp:16
int code
SGR numeric code.
Definition sgr.hpp:18