nngn
anonymous_namespace{terminal.cpp}::ANSIEscapeCode Struct Reference

ANSI escape code sequences. More...

Static Public Attributes

static constexpr auto reset_color = "\x1b[39;49m"sv
 
static constexpr auto bg_color_24bit = "\x1b[48;2;"sv
 

Detailed Description

ANSI escape code sequences.

Member Data Documentation

◆ bg_color_24bit

constexpr auto anonymous_namespace{terminal.cpp}::ANSIEscapeCode::bg_color_24bit = "\x1b[48;2;"sv
staticconstexpr

◆ reset_color

constexpr auto anonymous_namespace{terminal.cpp}::ANSIEscapeCode::reset_color = "\x1b[39;49m"sv
staticconstexpr

The documentation for this struct was generated from the following file: