Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
|
A manipulator that outputs ANSI protocol bytes to move the cursor to the specified location. More...
#include <terminal.hpp>
Public Member Functions | |
constexpr | move_cursor (point const &destination) |
Constructor. | |
void | operator() (terminalpp::behaviour const &beh, terminalpp::terminal_state &state, terminal::write_function const &write_fn) const |
Writes the ANSI protocol codes necessary to move the cursor to the initialized location to write_fn. | |
A manipulator that outputs ANSI protocol bytes to move the cursor to the specified location.