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

A class that represents a screen for a terminal. More...

#include <screen.hpp>

Public Member Functions

 screen (terminal &term)
 Constructor.
 
void draw (canvas const &cvs)
 Draws the canvas to the terminal.
 

Detailed Description

A class that represents a screen for a terminal.

The screen class implements a double-buffer, whereby each time that a new canvas is drawn to the terminal, it is compared with the previously drawn screen so that only differences are sent.


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