NeoVision
A "modern" take on the turbovision tui library.
Static Public Attributes | List of all members
neovision::ansi::DecPmSuffix Struct Reference

Suffix for dec private mode commands. More...

#include <ansi.h>

Static Public Attributes

static constexpr char ENABLE [] {"h"}
 Enable DEC private mode option. More...
 
static constexpr char DISABLE [] {"l"}
 Disable DEC private mode option. More...
 

Detailed Description

Suffix for dec private mode commands.

These are the required suffixes for the commands listed in the DecPmSequence class.

Definition at line 528 of file ansi.h.

Member Data Documentation

◆ DISABLE

constexpr char neovision::ansi::DecPmSuffix::DISABLE[] {"l"}
staticconstexpr

Disable DEC private mode option.

"l" for "low".

Definition at line 542 of file ansi.h.

◆ ENABLE

constexpr char neovision::ansi::DecPmSuffix::ENABLE[] {"h"}
staticconstexpr

Enable DEC private mode option.

"h" for "high".

Definition at line 535 of file ansi.h.


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