aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 65042fe0..40502501 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -111,6 +111,8 @@ local error = function(e) events.emit(events.ERROR, e) end
-- @class table
-- @name KEYSYMS
M.KEYSYMS = {
+ -- From ncurses.h
+ [263] = '\b',
-- From Scintilla.h.
[300] = 'down', [301] = 'up', [302] = 'left', [303] = 'right',
[304] = 'home', [305] = 'end',