-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.1.2
-
None
-
e5ae8f0062344cb3463d609276812a3d8c29c297
https://bugreports.qt-project.org/browse/QTCREATORBUG-9592 added support for parsing 16-color ANSI (e.g., \e[31m) and 24-bit color ANSI (e.g., \e[38;2;255;255;255m) but left out 256-color ANSI (e.g., \e[38;5;203m).
It would be nice to support 256-color ANSI, for compatibility with OS X Terminal (which supports 256-color ANSI but not 24-bit color ANSI).