Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
terminalpp::terminal_manipulator Concept Reference

Concept definition

template<typename Manipulator>
requires(Manipulator manipulator, terminal_state state) {
{
manipulator(
terminalpp::behaviour{}, state, std::function<void(bytes)>{})
} -> std::same_as<void>;
}
Definition terminal.hpp:16
A set of flags that determine how a terminal should behave over a datastream.
Definition behaviour.hpp:12
A structure representing an ANSI graphics effect (e.g. intensity, underlining)
Definition effect.hpp:27