We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2571da1 commit 0892fc8Copy full SHA for 0892fc8
Console/retro/Console.h
@@ -103,7 +103,7 @@ namespace retro
103
private:
104
105
State sequenceState;
106
- std::string windowName;
+ std::string argument;
107
GrafPtr consolePort = nullptr;
108
Rect bounds;
109
Attributes currentAttr;
@@ -146,6 +146,7 @@ namespace retro
146
void ClearWindow();
147
void ClearFromCursorToEndOfWindow();
148
void ClearFromTopOfWindowToCursor();
149
+ void HandleControlSequence(char);
150
151
protected:
152
void Init(GrafPtr port, Rect r);
0 commit comments