ANSI Escape sequences and their fallback if no tty.
More...
#include <zypp-tui/utils/ansi.h>
|
| | EscapeSequence (const char *ansi_r, const char *fallback_r="") |
| |
| const char * | str () const |
| |
ANSI Escape sequences and their fallback if no tty.
Definition at line 54 of file ansi.h.
◆ EscapeSequence()
| ztui::ansi::tty::EscapeSequence::EscapeSequence |
( |
const char * |
ansi_r, |
|
|
const char * |
fallback_r = "" |
|
) |
| |
|
inline |
◆ str()
| const char* ztui::ansi::tty::EscapeSequence::str |
( |
| ) |
const |
|
inline |
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const EscapeSequence & |
obj |
|
) |
| |
|
related |
stream output
Definition at line 79 of file ansi.h.
◆ _seq
| const char* ztui::ansi::tty::EscapeSequence::_seq |
|
mutableprivate |
◆ _fbck
| const char* ztui::ansi::tty::EscapeSequence::_fbck |
|
mutableprivate |
The documentation for this class was generated from the following file: