summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remote.hh b/src/remote.hh
index f4b062c4..8a3ca470 100644
--- a/src/remote.hh
+++ b/src/remote.hh
@@ -24,6 +24,8 @@ public:
void menu_hide() override;
void draw(const DisplayBuffer& display_buffer,
const String& status_line) override;
+
+ bool is_key_available() override;
Key get_key() override;
DisplayCoord dimensions() override;