Ticket #2757 (new defect) — at Version 2

Opened 12 years ago

Last modified 12 years ago

mcedit macros are broken

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 andrew_b) (diff)

mcedit incorrect records internal macro. Record of input chars is broken.

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},

Change History

comment:1 Changed 12 years ago by angel_il

  • Description modified (diff)

comment:2 Changed 12 years ago by andrew_b

  • Description modified (diff)
  • Summary changed from mcedit macros to mcedit macros are broken
Note: See TracTickets for help on using tickets.