summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-10-28 09:26:54 +0100
committerMaxime Coste <frrrwww@gmail.com>2012-10-28 09:26:54 +0100
commitd9729cc29eb717aae2c68ced24d4b04d4c2ea4cf (patch)
treedfa12788197425cd8c02d1b5a7c10078b2ac4cff /src/remote.hh
parent13a081ed4ab770c80e6a258b6aa507ca55df3529 (diff)
Handle all available input before redrawing
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;