mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Modernize TTY console view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user