Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
|
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. | |
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.