summaryrefslogtreecommitdiff
path: root/src/normal.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-10-06 22:57:03 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-10-06 23:09:05 +0200
commit9fd3263bfd4ea794dd9eb81b763b5e94dc93ddda (patch)
treeb443580253065e62a35c1d7da7e0d3f8bb84999f /src/normal.h
parent14cf6b904c90e32865c29bd0fd42b31de5b4f86d (diff)
Allow utf8 for keybinds.
Used some key processing stuff from vim.
Diffstat (limited to 'src/normal.h')
-rw-r--r--src/normal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.h b/src/normal.h
index 02a887f..8060d2c 100644
--- a/src/normal.h
+++ b/src/normal.h
@@ -27,6 +27,6 @@ typedef struct NormalCmdInfo_s NormalCmdInfo;
void normal_enter(void);
void normal_leave(void);
-VbResult normal_keypress(unsigned int key);
+VbResult normal_keypress(int key);
#endif /* end of include guard: _NORMAL_H */