summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index daac0c18..8086323c 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -33,7 +33,7 @@ using KeyCallback = std::function<void (Key, Context&)>;
class InputMode;
class DisplayLine;
enum class InsertMode : unsigned;
-enum class KeymapMode : int;
+enum class KeymapMode : char;
class InputHandler : public SafeCountable
{