From 29a56dc530cebfaa0bdbfadd414588704e0fc374 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 18 Sep 2012 15:49:32 -0400 Subject: Fixed incremental find in ncurses. --- core/keys.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/keys.lua') 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', -- cgit v1.2.3