summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
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;