That Terminal
A terminal emulator designed for video making purposes.
terminal.hh File Reference

Defines TerminalWindow, the bulk of the terminal emulator. Its main purpose is to render anything that is printed by the subprocess. More...

#include <deque>
#include <string>
#include <vector>
#include <array>
#include "window.hh"
Include dependency graph for terminal.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TerminalWindow
 

Detailed Description

Defines TerminalWindow, the bulk of the terminal emulator. Its main purpose is to render anything that is printed by the subprocess.