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.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index afcc24d4..a26d392c 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -99,6 +99,8 @@ public:
// process the given key
void handle_key(Key key);
+ void refresh_ifn();
+
void start_recording(char reg);
bool is_recording() const;
void stop_recording();