|
That Terminal
A terminal emulator designed for video making purposes.
|
Defines TerminalWindow, the bulk of the terminal emulator. Its main purpose is to render anything that is printed by the subprocess. More...
#include <array>#include <cstdio>#include <SDL.h>#include "terminal.hh"#include "ctype.hh"#include "256color.hh"#include "color.hh"#include "ui.hh"
Macros | |
| #define | a(n) M(n+0),M(n+1),M(n+2),M(n+3),M(n+4),M(n+5),M(n+6),M(n+7),M(n+8),M(n+9), |
| #define | set(what, v) |
| #define | CsiState(c) |
| #define | AnyState(c) |
Defines TerminalWindow, the bulk of the terminal emulator. Its main purpose is to render anything that is printed by the subprocess.
| #define AnyState | ( | c | ) |
| #define CsiState | ( | c | ) |