cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
#include "cpp-terminal/terminal_impl.hpp"
#include "cpp-terminal/terminal_initializer.hpp"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Term |
Functions | |
std::string | Term::terminal_title (const std::string &title) |
std::string | Term::clear_buffer () |
Variables | |
Term::Terminal & | Term::terminal = reinterpret_cast<Term::Terminal&>(::terminal_buffer) |