impr: Update the command palette for the modern ages

This commit is contained in:
WerWolv
2023-03-20 17:05:26 +01:00
parent 53afa6ea43
commit 17c4e405a6
2 changed files with 36 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ namespace hex::plugin::builtin {
bool m_justOpened = false;
bool m_focusInputTextBox = false;
std::vector<char> m_commandBuffer;
std::string m_commandBuffer;
std::vector<CommandResult> m_lastResults;
std::string m_exactResult;