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

Character sequences to control a VT100 terminal. More...

Static Public Attributes

static constexpr auto clear = "\x1b[2J"sv
 
static constexpr auto pos = "\x1b[H"sv
 

Detailed Description

Character sequences to control a VT100 terminal.

Member Data Documentation

◆ clear

constexpr auto anonymous_namespace{terminal.cpp}::VT100EscapeCodes::clear = "\x1b[2J"sv
staticconstexpr

◆ pos

constexpr auto anonymous_namespace{terminal.cpp}::VT100EscapeCodes::pos = "\x1b[H"sv
staticconstexpr

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