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

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

Static Public Attributes

static constexpr auto show_cursor = "\x1b[?25h"sv
 
static constexpr auto hide_cursor = "\x1b[?25l"sv
 

Detailed Description

Character sequences to control a VT520 terminal.

Member Data Documentation

◆ hide_cursor

constexpr auto anonymous_namespace{terminal.cpp}::VT520EscapeCodes::hide_cursor = "\x1b[?25l"sv
staticconstexpr

◆ show_cursor

constexpr auto anonymous_namespace{terminal.cpp}::VT520EscapeCodes::show_cursor = "\x1b[?25h"sv
staticconstexpr

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