59 virtual void print(
bool=
true)
const;
ANSI escape code utilities and types for terminal formatting.
Represents a brick of the border with a symbol and ANSI settings.
Definition border.hpp:34
virtual ~Border()=default
Default destructor.
char symbol
Definition border.hpp:36
virtual void print(bool=true) const
Prints the border symbol to the terminal, applying ANSI settings if specified.
Definition border.cpp:20
ANSISettings settings
Definition border.hpp:37
Coordinates struct header file.
Sista library namespace.
Definition ansi.cpp:26
Represents a set of ANSI settings including colors and attributes.
Definition ansi.hpp:471