Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
|
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} |
A set of flags that determine how a terminal should behave over a datastream.