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