Add keyboard navigation and history to console panel.

This commit is contained in:
Twan van Laarhoven
2020-04-23 22:02:13 +02:00
parent 257c82ed90
commit 0ca2c70310
2 changed files with 123 additions and 29 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
class wxSplitterWindow;
class MessageCtrl;
class TextCtrl;
class HistoryTextCtrl;
// ----------------------------------------------------------------------------- : ConsolePanel
@@ -49,7 +49,7 @@ private:
wxSplitterWindow* splitter;
MessageCtrl* messages;
wxPanel* entry_panel;
wxTextCtrl* entry;
HistoryTextCtrl* entry;
void get_pending_errors();
void exec(String const& code);