mirror of https://github.com/MidnightCommander/mc
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 <il.smind@gmail.com>
This commit is contained in:
parent
d94d43176a
commit
02f4bb4a98
|
@ -46,6 +46,7 @@
|
|||
|
||||
static name_keymap_t command_names[] = {
|
||||
/* common */
|
||||
{"InsertChar", CK_InsertChar},
|
||||
{"Enter", CK_Enter},
|
||||
{"Up", CK_Up},
|
||||
{"Down", CK_Down},
|
||||
|
|
Loading…
Reference in New Issue