From 08bebd656922706da21285088179556ee358de0b Mon Sep 17 00:00:00 2001 From: Ilia Maslakov Date: Wed, 21 Mar 2012 17:18:20 +0400 Subject: [PATCH] Ticket #2757 (mcedit not record input chars) fixed trouble with internal editor macro engine introduced by commit #68a8745f6dd7ded9437317a694225d599745e983 now record input char and commands. Signed-off-by: Ilia Maslakov --- lib/keybind.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/keybind.c b/lib/keybind.c index 451d0d757..5569a600d 100644 --- a/lib/keybind.c +++ b/lib/keybind.c @@ -46,6 +46,7 @@ static name_keymap_t command_names[] = { /* common */ + {"InsertChar", CK_InsertChar}, {"Enter", CK_Enter}, {"Up", CK_Up}, {"Down", CK_Down}, -- 2.11.4.GIT