MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / ansiColorsEnabled

Method ansiColorsEnabled

app/src/Console/Handler.cpp:155–158  ·  view source on GitHub ↗

* @brief Returns true if ANSI color codes are used in console output. */

Source from the content-addressed store, hash-verified

153 * @brief Returns true if ANSI color codes are used in console output.
154 */
155bool Console::Handler::ansiColorsEnabled() const
156{
157 return m_ansiColorsEnabled;
158}
159
160/**
161 * @brief Returns true if VT-100 terminal emulation is enabled.

Callers 1

MessageHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected