impr: Modernize TTY console view

This commit is contained in:
WerWolv
2025-08-23 23:44:49 +02:00
parent 99c28c93b4
commit 0ac09fc57b
2 changed files with 265 additions and 115 deletions

View File

@@ -19,6 +19,7 @@ namespace hex::plugin::windows {
void drawContent() override;
private:
void drawSettings();
void drawConsole();
private:
@@ -69,6 +70,7 @@ namespace hex::plugin::windows {
bool m_hasCTSFlowControl = false;
bool m_shouldAutoScroll = true;
bool m_settingsCollapsed = false;
std::mutex m_receiveBufferMutex;
std::vector<std::string> m_receiveLines;