Skip to content

Commit 0892fc8

Browse files
Update Console.h
Removed windowName and replaced it with argument.
1 parent 2571da1 commit 0892fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Console/retro/Console.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace retro
103103
private:
104104

105105
State sequenceState;
106-
std::string windowName;
106+
std::string argument;
107107
GrafPtr consolePort = nullptr;
108108
Rect bounds;
109109
Attributes currentAttr;
@@ -146,6 +146,7 @@ namespace retro
146146
void ClearWindow();
147147
void ClearFromCursorToEndOfWindow();
148148
void ClearFromTopOfWindowToCursor();
149+
void HandleControlSequence(char);
149150

150151
protected:
151152
void Init(GrafPtr port, Rect r);

0 commit comments

Comments
 (0)