|
That Terminal
A terminal emulator designed for video making purposes.
|
This module provides the same functionality as INPUTTER (https://bisqwit.iki.fi/source/inputter.html) More...
#include <mutex>#include <thread>#include <string_view>#include <random>#include <list>#include "autoinput.hh"#include "ctype.hh"#include "clock.hh"#include "ui.hh"#include <iostream>#include <fstream>
Functions | |
| void | AutoInputProvider (std::u32string &s) |
| AutoInputResponse | GetAutoInput () |
| void | AutoInputStart (std::string_view filename) |
| void | AutoInputEnd () |
| bool | AutoInputActive () |
This module provides the same functionality as INPUTTER (https://bisqwit.iki.fi/source/inputter.html)
| bool AutoInputActive | ( | ) |
| void AutoInputEnd | ( | ) |
Ends automatic input.
| void AutoInputStart | ( | std::string_view | filename | ) |
Starts automatic input from inputter.dat
| AutoInputResponse GetAutoInput | ( | ) |
Returns the next element from the automatic input sequence.