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

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

#include <os.h>

Static Public Attributes

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

Detailed Description

Character sequences to control a VT520 terminal.

Member Data Documentation

◆ hide_cursor

static constexpr auto nngn::VT520EscapeCode::hide_cursor = "\x1b[?25l"_s
staticconstexpr

◆ show_cursor

static constexpr auto nngn::VT520EscapeCode::show_cursor = "\x1b[?25h"_s
staticconstexpr

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