mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
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
d7e6a68d9e
commit
08bebd6569
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
static name_keymap_t command_names[] = {
|
static name_keymap_t command_names[] = {
|
||||||
/* common */
|
/* common */
|
||||||
|
{"InsertChar", CK_InsertChar},
|
||||||
{"Enter", CK_Enter},
|
{"Enter", CK_Enter},
|
||||||
{"Up", CK_Up},
|
{"Up", CK_Up},
|
||||||
{"Down", CK_Down},
|
{"Down", CK_Down},
|
||||||
|
Loading…
Reference in New Issue
Block a user