diff options
Diffstat (limited to 'lib/driver/rcconsole.h')
| -rw-r--r-- | lib/driver/rcconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/driver/rcconsole.h b/lib/driver/rcconsole.h index 85234d5b..8a24612c 100644 --- a/lib/driver/rcconsole.h +++ b/lib/driver/rcconsole.h @@ -10,6 +10,7 @@ class eRCConsoleDriver: public eRCDriver protected: int handle; ePtr<eSocketNotifier> sn; + bool m_escape; void keyPressed(int); public: eRCConsoleDriver(const char *filename); |
