kaycxx-term
C++ terminal library
Loading...
Searching...
No Matches
Classes | Variables
sgr.hpp File Reference

Defines SGR terminal style commands. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kaycxx::term::sgr
 Select Graphic Rendition command. More...
 

Variables

constexpr sgr kaycxx::term::reset {0}
 Reset all SGR attributes.
 
constexpr sgr kaycxx::term::bold {1}
 Enable bold intensity.
 
constexpr sgr kaycxx::term::dim {2}
 Enable dim intensity.
 
constexpr sgr kaycxx::term::italic {3}
 Enable italic text.
 
constexpr sgr kaycxx::term::underline {4}
 Enable underlined text.
 
constexpr sgr kaycxx::term::inverse {7}
 Enable inverse colors.
 
constexpr sgr kaycxx::term::normal_intensity {22}
 Reset bold and dim intensity.
 
constexpr sgr kaycxx::term::no_italic {23}
 Disable italic text.
 
constexpr sgr kaycxx::term::no_underline {24}
 Disable underlined text.
 
constexpr sgr kaycxx::term::no_inverse {27}
 Disable inverse colors.
 
constexpr sgr kaycxx::term::reset_foreground {39}
 Reset foreground color.
 
constexpr sgr kaycxx::term::reset_background {49}
 Reset background color.
 

Detailed Description

Defines SGR terminal style commands.