diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-04-11 17:22:37 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-04-11 17:22:37 +0100 |
| commit | f644a51f24e7751c5d8d7ddb107ffc7e6147ad75 (patch) | |
| tree | de31444e13ddfa589ec5f4c2a39465bf0411e184 /src/input_handler.hh | |
| parent | db9d679f8ea6a1265da19ae2b48284c9aaa57b74 (diff) | |
Use char for KeyMapMode enum
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 2 |
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 { |
