Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
All Classes Namespaces Functions Variables Typedefs Friends Pages Concepts
Public Attributes | List of all members
terminalpp::behaviour Struct Reference

A set of flags that determine how a terminal should behave over a datastream. More...

#include <behaviour.hpp>

Public Attributes

bool supports_cha: 1 {true}
 
bool supports_cha_default: 1 {true}
 
bool supports_vpa: 1 {true}
 
bool supports_vpa_default: 1 {true}
 
bool supports_cup_default_row: 1 {false}
 
bool supports_cup_default_column: 1 {true}
 
bool supports_cup_default_all: 1 {true}
 
bool supports_basic_mouse_tracking: 1 {false}
 
bool supports_all_mouse_motion_tracking: 1 {false}
 
bool supports_window_title_bel: 1 {false}
 
bool supports_window_title_st: 1 {false}
 
bool unicode_in_all_charsets: 1 {false}
 

Detailed Description

A set of flags that determine how a terminal should behave over a datastream.


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