feat(color-console): support ansi colors in console

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-04-17 14:54:44 -07:00
parent 564f120c22
commit 4a2b5c72dc
4 changed files with 11 additions and 5 deletions

View File

@ -155,7 +155,7 @@
#if defined Q_OS_WIN32
#include <windows.h>
#include <QStyleHints>
#include "WindowsConsole.h"
#include "console/WindowsConsole.h"
#endif
#define STRINGIFY(x) #x