|
cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
#include "cpp-terminal/cursor.hpp"#include "cpp-terminal/private/env.hpp"#include "cpp-terminal/private/exception.hpp"#include "cpp-terminal/private/file.hpp"#include "cpp-terminal/private/sigwinch.hpp"#include "cpp-terminal/terminal.hpp"#include <io.h>#include <windows.h>Go to the source code of this file.
Macros | |
| #define | ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004 |
| #define | DISABLE_NEWLINE_AUTO_RETURN 0x0008 |
| #define | ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200 |
| #define DISABLE_NEWLINE_AUTO_RETURN 0x0008 |
Definition at line 27 of file terminal_impl.cpp.
| #define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200 |
Definition at line 30 of file terminal_impl.cpp.
| #define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004 |
Definition at line 24 of file terminal_impl.cpp.