Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
terminalpp::terminal_state Struct Reference

The state of a terminal, which manipulators are allowed to use and edit. More...

#include <terminal_state.hpp>

Public Member Functions

 terminal_state ()
 Constructor.
 

Public Attributes

extent terminal_size_
 The sized of the terminal.
 
std::optional< elementlast_element_
 The last element that was written to the terminal.
 
std::optional< pointcursor_position_
 The current cursor position, if known.
 
std::optional< pointsaved_cursor_position_
 The cursor position at which the last "save cursor position" command was executed.
 
std::optional< boolcursor_visible_
 Whether the cursor is visible or not.
 
detail::parser input_parser_
 A parser for reading input.
 

Detailed Description

The state of a terminal, which manipulators are allowed to use and edit.


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