summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-10-25 00:01:17 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-10-25 00:30:46 +0100
commit2c09da50be80dbaf484682689bfd1a685d601573 (patch)
tree6fe5efc4ef6ff1c379c388de48fdc0dd96b79981 /src/context.hh
parent77ac777526a6a05c2d2027e30c0bbcf9720ad5b7 (diff)
Add key mapping support
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context.hh b/src/context.hh
index 07e4ffa1..d65e9d4e 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -12,6 +12,7 @@ class Buffer;
class Client;
class UserInterface;
class DisplayLine;
+class KeymapManager;
// A Context is used to access non singleton objects for various services
// in commands.
@@ -48,6 +49,7 @@ struct Context
OptionManager& options() const;
HookManager& hooks() const;
+ KeymapManager& keymaps() const;
void print_status(DisplayLine status) const;