Add ANSI color rendering and terminal themes

This commit is contained in:
2026-03-01 10:08:04 -07:00
parent 2b4f498259
commit 20ee48db32
4 changed files with 444 additions and 11 deletions
+2
View File
@@ -10,6 +10,7 @@
#include <optional>
class QLabel;
class QComboBox;
class QPlainTextEdit;
class QPushButton;
class QThread;
@@ -64,6 +65,7 @@ private:
QPushButton* m_reconnectButton;
QPushButton* m_copyErrorButton;
QPushButton* m_clearTerminalButton;
QComboBox* m_themeSelector;
QToolButton* m_toggleDetailsButton;
QToolButton* m_toggleEventsButton;
QWidget* m_detailsPanel;