summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 41397b28..77153c2d 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -109,6 +109,7 @@ private:
char m_recording_reg = 0;
String m_recorded_keys;
+ int m_recording_level = -1;
int m_handle_key_level = 0;
};