nngn
Loading...
Searching...
No Matches
nngn::VT100EscapeCode Struct Reference

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

#include <os.h>

Static Public Attributes

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

Detailed Description

Character sequences to control a VT100 terminal.

Member Data Documentation

◆ clear

static constexpr auto nngn::VT100EscapeCode::clear = "\x1b[2J"_s
staticconstexpr

◆ pos

static constexpr auto nngn::VT100EscapeCode::pos = "\x1b[H"_s
staticconstexpr

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