summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-11-29 20:14:52 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-11-29 20:14:52 +0000
commita3b3001d8fe477a9c59ec265b1daecfad2b098ce (patch)
treed870fd789fa8167481c6b24116d519ebf49da330 /src/client.hh
parent77e2e8a31e9a86dfb1cadf941b510c61014bd0ee (diff)
Rework client pending key handling, fix insert/normal timers
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index 00ae553a..42e5dd9f 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -55,6 +55,8 @@ public:
private:
void on_option_changed(const Option& option) override;
+ Optional<Key> get_next_key(EventMode mode);
+
DisplayLine generate_mode_line() const;
std::unique_ptr<UserInterface> m_ui;