Ticket #2757 (new defect) — at Version 1
mcedit macros
Reported by: | angel_il | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.8.3 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description (last modified by angel_il) (diff)
mcedit incorrect record internal macro. Not record input chars.
diff --git a/lib/keybind.c b/lib/keybind.c index 16fd1cb..09550cb 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},
Note: See
TracTickets for help on using
tickets.