cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
#include <cstdint>
#include <initializer_list>
#include <vector>
Go to the source code of this file.
Classes | |
class | Term::Options |
Namespaces | |
namespace | Term |
Enumerations | |
enum class | Term::Option : std::int16_t { Term::Raw = 1 , Term::Cooked = -1 , Term::ClearScreen = 2 , Term::NoClearScreen = -2 , Term::SignalKeys = 3 , Term::NoSignalKeys = -3 , Term::Cursor = 4 , Term::NoCursor = -4 } |
Option to set-up the terminal. More... | |