Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Public Member Functions | List of all members
terminalpp::write_optional_default_attribute Struct Reference

A manipulator that outputs ANSI protocol bytes for the default attribute, if necessary. More...

#include <terminal.hpp>

Public Member Functions

void operator() (terminalpp::behaviour const &beh, terminalpp::terminal_state &state, terminal::write_function const &write_fn) const
 Writes the default attribute to the terminal if necessary.
 

Detailed Description

A manipulator that outputs ANSI protocol bytes for the default attribute, if necessary.

This occurs if the current attribute is unknown, e.g. at the start of output, or at a line break with certain terminals.


The documentation for this struct was generated from the following files: