summaryrefslogtreecommitdiff
path: root/src/keys.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-01-04 18:18:59 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-01-04 18:18:59 +0000
commitfeaf197caefdb08b6cd8b3e187defd5d22e23c6f (patch)
tree7806e7e1d24d180a1887e53d11d9c7c6ab3af18d /src/keys.hh
parent39bc83c8c1408f54c443a19692946bb207f7d88a (diff)
Add support for the erase key in prompt and insert mode
Fixes #18
Diffstat (limited to 'src/keys.hh')
-rw-r--r--src/keys.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keys.hh b/src/keys.hh
index 10cb3c5d..133363a0 100644
--- a/src/keys.hh
+++ b/src/keys.hh
@@ -22,6 +22,7 @@ struct Key
{
// use UTF-16 surrogate pairs range
Backspace = 0xD800,
+ Erase,
Escape,
Up,
Down,